From 6637e1003dd91abac1341287f67a0daabd7523cc Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 20 Jul 2020 15:38:45 -0500 Subject: [PATCH 1/2] CI: pin matplotlib --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 53106906a52cb..53222624619de 100644 --- a/environment.yml +++ b/environment.yml @@ -73,7 +73,7 @@ dependencies: - ipykernel - ipython>=7.11.1 - jinja2 # pandas.Styler - - matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot + - matplotlib>=2.2.2,<3.3.0 # pandas.plotting, Series.plot, DataFrame.plot - numexpr>=2.6.8 - scipy>=1.2 - numba>=0.46.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 1ec998ffa72d4..0c024d1b54637 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -47,7 +47,7 @@ bottleneck>=1.2.1 ipykernel ipython>=7.11.1 jinja2 -matplotlib>=2.2.2 +matplotlib>=2.2.2,<3.3.0 numexpr>=2.6.8 scipy>=1.2 numba>=0.46.0 From 2b91765fe678d14ca5facaf97c7e5376f1009901 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 20 Jul 2020 16:05:46 -0500 Subject: [PATCH 2/2] Upper bound on test --- ci/deps/azure-37-locale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/azure-37-locale.yaml b/ci/deps/azure-37-locale.yaml index 714e1100b1e1a..77aae791a47c1 100644 --- a/ci/deps/azure-37-locale.yaml +++ b/ci/deps/azure-37-locale.yaml @@ -18,7 +18,7 @@ dependencies: - ipython - jinja2 - lxml - - matplotlib + - matplotlib <3.3.0 - moto - nomkl - numexpr