From 3d0b8cc1c215b00c0b1ca0f633a102c1ce16a000 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Fri, 3 Jan 2020 15:52:13 -0600 Subject: [PATCH] CI: unpin IPython Closes https://github.com/pandas-dev/pandas/issues/30537 --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 46fb5e7a19078..404a5b97e316a 100644 --- a/environment.yml +++ b/environment.yml @@ -70,7 +70,7 @@ dependencies: - blosc - bottleneck>=1.2.1 - ipykernel - - ipython>=5.6.0,<=7.10.1 # see gh-30527 + - ipython>=7.11.1 - 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 9f18bf767ae56..7a6be037e38f8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -45,7 +45,7 @@ pip blosc bottleneck>=1.2.1 ipykernel -ipython>=5.6.0,<=7.10.1 +ipython>=7.11.1 jinja2 matplotlib>=2.2.2 numexpr>=2.6.8