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.
2 parents 5ac2113 + 56ee061 commit b5263faCopy full SHA for b5263fa
environment.yml
@@ -48,7 +48,7 @@ dependencies:
48
- flake8-docstrings>=1.4.0
49
- gtk4
50
- ipykernel
51
- - nbconvert[execute]!=6.0.0,!=6.0.1
+ - nbconvert[execute]!=6.0.0,!=6.0.1,!=7.3.0
52
- nbformat!=5.0.0,!=5.0.1
53
- pandas!=0.25.0
54
- 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