We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303ffa1 commit 6035f91Copy full SHA for 6035f91
environment-dev.yml
@@ -13,4 +13,4 @@ dependencies:
13
- packaging
14
- pip
15
- pip:
16
- - jupyter-book >= 0.11
+ - jupyter-book < 2.0
requirements-dev.txt
@@ -3,7 +3,7 @@ pandas >= 1
3
matplotlib
4
seaborn >= 0.13
5
plotly
6
-jupyter-book>=0.11
+jupyter-book < 2.0
7
jupytext
8
beautifulsoup4
9
IPython
0 commit comments