We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87a2b9d + d1bdc19 commit 9575e4cCopy full SHA for 9575e4c
environment.yml
@@ -49,7 +49,7 @@ dependencies:
49
- flake8-docstrings>=1.4.0
50
- gtk4
51
- ipykernel
52
- - nbconvert[execute]!=6.0.0,!=6.0.1
+ - nbconvert[execute]!=6.0.0,!=6.0.1,!=7.3.0
53
- nbformat!=5.0.0,!=5.0.1
54
- pandas!=0.25.0
55
- psutil
requirements/testing/extra.txt
@@ -2,7 +2,7 @@
2
3
--prefer-binary
4
ipykernel
5
-nbconvert[execute]!=6.0.0,!=6.0.1
+nbconvert[execute]!=6.0.0,!=6.0.1,!=7.3.0
6
nbformat!=5.0.0,!=5.0.1
7
pandas!=0.25.0
8
pikepdf
0 commit comments