8000
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.
1 parent 87a2b9d commit d1bdc19Copy full SHA for d1bdc19
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