From 73b3abcaff78088d20e8be546fe019999e8b6c8e Mon Sep 17 00:00:00 2001 From: eblur Date: Tue, 21 May 2019 13:30:39 -0400 Subject: [PATCH 1/2] Add matplotlib version requirement --- tutorials/notebooks/quantities/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/notebooks/quantities/requirements.txt b/tutorials/notebooks/quantities/requirements.txt index 2e5ff00fc..8feb54034 100644 --- a/tutorials/notebooks/quantities/requirements.txt +++ b/tutorials/notebooks/quantities/requirements.txt @@ -1,3 +1,3 @@ numpy -matplotlib +matplotlib==3.0.2 astropy From 870f8619cd3b97470af2f3f7aa06bf23d7495b1c Mon Sep 17 00:00:00 2001 From: eblur Date: Tue, 21 May 2019 13:43:09 -0400 Subject: [PATCH 2/2] oops, update top level requirements not txt files --- environment.yml | 2 +- pip-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index d670027e5..4365812eb 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - IPython=6.1.0 - astropy=3 - astroquery>=0.3.7 - - matplotlib=2.0.2 + - matplotlib==3.0.2 - numpy=1.14 - scipy=1.0 # needed for coordinates cross-matching - jupyter=1.0 diff --git a/pip-requirements.txt b/pip-requirements.txt index 92dd3e02a..bc880c041 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -1,7 +1,7 @@ IPython>=6.1 astropy>=3 astroquery>=0.3.7 -matplotlib>=2.0 +matplotlib==3.0.2 numpy>=1.15 jupyter>=1.0 scipy>=1.0