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

Skip to content

Commit 9575e4c

Browse files
authored
Merge pull request #25615 from QuLogic/skip-broken-nbconvert
TST: Avoid broken nbconvert
2 parents 87a2b9d + d1bdc19 commit 9575e4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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
52+
- nbconvert[execute]!=6.0.0,!=6.0.1,!=7.3.0
5353
- nbformat!=5.0.0,!=5.0.1
5454
- pandas!=0.25.0
5555
- psutil

requirements/testing/extra.txt

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

33
--prefer-binary
44
ipykernel
5-
nbconvert[execute]!=6.0.0,!=6.0.1
5+
nbconvert[execute]!=6.0.0,!=6.0.1,!=7.3.0
66
nbformat!=5.0.0,!=5.0.1
77
pandas!=0.25.0
88
pikepdf

0 commit comments

Comments
 (0)