8000 Merge pull request #25666 from meeseeksmachine/auto-backport-of-pr-25… · matplotlib/matplotlib@795dc2b · GitHub
[go: up one dir, main page]

Skip to content

Commit 795dc2b

Browse files
authored
Merge pull request #25666 from meeseeksmachine/auto-backport-of-pr-25658-on-v3.7.x
Backport PR #25658 on branch v3.7.x (TST: Bump exclude for newly released nbconvert)
2 parents 2b80c16 + 0adcd84 commit 795dc2b

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
@@ -48,7 +48,7 @@ dependencies:
4848
- flake8-docstrings>=1.4.0
4949
- gtk4
5050
- ipykernel
51-
- nbconvert[execute]!=6.0.0,!=6.0.1,!=7.3.0
51+
- nbconvert[execute]!=6.0.0,!=6.0.1,!=7.3.0,!=7.3.1
5252
- nbformat!=5.0.0,!=5.0.1
5353
- pandas!=0.25.0
5454
- 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