Skip to content

Commit e817fff

Browse files
simonjayhawkinsjreback
authored andcommitted
CI: troubleshoot Web_and_Docs failing (#30534)
1 parent 5db56df commit e817fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies:
7070
- blosc
7171
- bottleneck>=1.2.1
7272
- ipykernel
73-
- ipython>=5.6.0
73+
- ipython>=5.6.0,<=7.10.1 # see gh-30527
7474
- jinja2 # pandas.Styler
7575
- matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot
7676
- numexpr>=2.6.8

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pip
4545
blosc
4646
bottleneck>=1.2.1
4747
ipykernel
48-
ipython>=5.6.0
48+
ipython>=5.6.0,<=7.10.1
4949
jinja2
5050
matplotlib>=2.2.2
5151
numexpr>=2.6.8

0 commit comments

Comments
 (0)