Skip to content

Commit 3ac44c0

Browse files
jorisvandenbosschevladu
authored andcommitted
DOC/CI: temp pin of decorator (IPython dependency) (pandas-dev#40768)
* DOC/CI: temp pin of decorator (IPython dependency) * add issue number
1 parent b13f6fc commit 3ac44c0

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
@@ -78,6 +78,7 @@ dependencies:
7878
- bottleneck>=1.2.1
7979
- ipykernel
8080
- ipython>=7.11.1
81+
- decorator=4 # temporary pin (dependency of IPython), see GH-40768
8182
- jinja2 # pandas.Styler
8283
- matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot
8384
- numexpr>=2.6.8

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ blosc
5050
bottleneck>=1.2.1
5151
ipykernel
5252
ipython>=7.11.1
53+
decorator==4
5354
jinja2
5455
matplotlib>=2.2.2
5556
numexpr>=2.6.8

0 commit comments

Comments
 (0)