From 45fe66b14659ad7962e2f223d51f578e5d3a4080 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sat, 3 Apr 2021 08:55:54 +0200 Subject: [PATCH 1/2] DOC/CI: temp pin of decorator (IPython dependency) --- environment.yml | 1 + requirements-dev.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index feea3445cb4fe..4fb679890386f 100644 --- a/environment.yml +++ b/environment.yml @@ -78,6 +78,7 @@ dependencies: - bottleneck>=1.2.1 - ipykernel - ipython>=7.11.1 + - decorator=4 # temporary pin (dependency of IPython) - jinja2 # pandas.Styler - matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot - numexpr>=2.6.8 diff --git a/requirements-dev.txt b/requirements-dev.txt index 349b176253acb..4d0bdb7f6cb03 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -50,6 +50,7 @@ blosc bottleneck>=1.2.1 ipykernel ipython>=7.11.1 +decorator==4 jinja2 matplotlib>=2.2.2 numexpr>=2.6.8 From c21d3131835bcee12b0e06a971a339e2860c89ed Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sat, 3 Apr 2021 10:15:25 +0200 Subject: [PATCH 2/2] add issue number --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 4fb679890386f..136b032e15dbe 100644 --- a/environment.yml +++ b/environment.yml @@ -78,7 +78,7 @@ dependencies: - bottleneck>=1.2.1 - ipykernel - ipython>=7.11.1 - - decorator=4 # temporary pin (dependency of IPython) + - decorator=4 # temporary pin (dependency of IPython), see GH-40768 - jinja2 # pandas.Styler - matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot - numexpr>=2.6.8