Skip to content

Commit f5d1c5d

Browse files
TomAugspurgerjreback
authored andcommitted
CI: unpin IPython (#30665)
Closes #30537
1 parent 8d5cd1c commit f5d1c5d

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,<=7.10.1 # see gh-30527
73+
- ipython>=7.11.1
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,<=7.10.1
48+
ipython>=7.11.1
4949
jinja2
5050
matplotlib>=2.2.2
5151
numexpr>=2.6.8

0 commit comments

Comments
 (0)