8000 TST: Bump exclude for newly released nbconvert · matplotlib/matplotlib@ca816d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca816d4

Browse files
committed
TST: Bump exclude for newly released nbconvert
reference jupyter/nbconvert#1970
1 parent a378e8f commit ca816d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
- flake8-docstrings>=1.4.0
5050
- gtk4
5151
- ipykernel
52-
- nbconvert[execute]!=6.0.0,!=6.0.1,!=7.3.0
52+
- nbconvert[execute]!=6.0.0,!=6.0.1,!=7.3.0,!=7.3.1
5353
- nbformat!=5.0.0,!=5.0.1
5454
- pandas!=0.25.0
5555
- psutil

requirements/testing/extra.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
--prefer-binary
44
ipykernel
5-
nbconvert[execute]!=6.0.0,!=6.0.1,!=7.3.0
5+
# jupyter/nbconvert#1970 for the 7.3 series exclusions
6+
nbconvert[execute]!=6.0.0,!=6.0.1,!=7.3.0,!=7.3.1
67
nbformat!=5.0.0,!=5.0.1
78
pandas!=0.25.0
89
pikepdf

0 commit comments

Comments
 (0)
0