Skip to content

Commit 0ddd6cd

Browse files
authored
Use IPython 7 as a temporary work-around (INRIA#604)
1 parent 9552a57 commit 0ddd6cd

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

environment-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ dependencies:
99
- plotly
1010
- jupytext
1111
- beautifulsoup4
12+
# temporary work-around for https://github.com/ipython/ipython/issues/12467
13+
- IPython<8
1214
- pip
1315
- pip:
1416
- jupyter-book >= 0.11

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ dependencies:
1212
- notebook
1313
- jupytext
1414
- plotly
15+
# temporary work-around for https://github.com/ipython/ipython/issues/12467
16+
- IPython<8

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ plotly
66
jupyter-book>=0.11
77
jupytext
88
beautifulsoup4
9+
# temporary work-around for https://github.com/ipython/ipython/issues/12467
10+
IPython<8

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ plotly
66
jupyterlab
77
notebook
88
jupytext
9+
# temporary work-around for https://github.com/ipython/ipython/issues/12467
10+
IPython<8

0 commit comments

Comments
 (0)