Skip to content

Commit 6035f91

Browse files
ArturoAmorQArturoAmorQ
andauthored
FIX Pin jupyter-book version (#873)
* MNT Bump jupyter-book version * Pin jupyter-book<2.0 instead * Iter --------- Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
1 parent 303ffa1 commit 6035f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313
- packaging
1414
- pip
1515
- pip:
16-
- jupyter-book >= 0.11
16+
- jupyter-book < 2.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandas >= 1
33
matplotlib
44
seaborn >= 0.13
55
plotly
6-
jupyter-book>=0.11
6+
jupyter-book < 2.0
77
jupytext
88
beautifulsoup4
99
IPython

0 commit comments

Comments
 (0)