Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b401bc2

Browse files
authored
Merge pull request #25658 from ksunden/nbconvert_731
TST: Bump exclude for newly released nbconvert
2 parents a378e8f + ca816d4 commit b401bc2

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)