Skip to content

Commit 9aebf19

Browse files
jorisvandenbosschemeeseeksmachine
authored andcommitted
Backport PR pandas-dev#40768: DOC/CI: temp pin of decorator (IPython dependency)
1 parent a2cbc03 commit 9aebf19

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ dependencies:
7777
- bottleneck>=1.2.1
7878
- ipykernel
7979
- ipython>=7.11.1
80+
- decorator=4 # temporary pin (dependency of IPython), see GH-40768
8081
- jinja2 # pandas.Styler
8182
- matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot
8283
- numexpr>=2.6.8

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ blosc
4949
bottleneck>=1.2.1
5050
ipykernel
5151
ipython>=7.11.1
52+
decorator==4
5253
jinja2
5354
matplotlib>=2.2.2
5455
numexpr>=2.6.8

0 commit comments

Comments
 (0)