From 20661a879ac0a8bdca21c1859a106466736749b4 Mon Sep 17 00:00:00 2001 From: Michael Deceglie Date: Tue, 2 Jul 2019 16:20:56 -0600 Subject: [PATCH] change matplotlib version --- docs/notebook_requirements.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/notebook_requirements.txt b/docs/notebook_requirements.txt index 28b9dfa0..be6bde56 100644 --- a/docs/notebook_requirements.txt +++ b/docs/notebook_requirements.txt @@ -18,7 +18,7 @@ jupyter-console==5.2.0 jupyter-core==4.4.0 kiwisolver==1.0.1 MarkupSafe==1.0 -matplotlib==3.0.3 +matplotlib==2.2.2 mistune==0.8.3 nbconvert==5.3.1 nbformat==4.4.0 diff --git a/requirements.txt b/requirements.txt index dccd29dd..2ae86247 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ h5py==2.7.1 -matplotlib == 3.0.3 +matplotlib == 2.2.2 numpy==1.12 patsy==0.5.0 pandas==0.23.0 diff --git a/setup.py b/setup.py index 978655f5..f9d1a6dd 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ INSTALL_REQUIRES = [ 'h5py >= 2.7.1', - 'matplotlib >= 3.0.3', + 'matplotlib >= 2.2.2', 'numpy >= 1.12', 'pandas >= 0.23.0', 'pvlib >= 0.6.0, <0.7.0',