Skip to content

Commit 0ee6c6d

Browse files
authored
Merge pull request #360 from eblur/quantities-matplotlib-version
Add matplotlib version requirement to Quantities
2 parents 731f652 + 870f861 commit 0ee6c6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- IPython=6.1.0
99
- astropy=3
1010
- astroquery>=0.3.7
11-
- matplotlib=2.0.2
11+
- matplotlib==3.0.2
1212
- numpy=1.14
1313
- scipy=1.0 # needed for coordinates cross-matching
1414
- jupyter=1.0

pip-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
IPython>=6.1
22
astropy>=3
33
astroquery>=0.3.7
4-
matplotlib>=2.0
4+
matplotlib==3.0.2
55
numpy>=1.15
66
jupyter>=1.0
77
scipy>=1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
numpy
2-
matplotlib
2+
matplotlib==3.0.2
33
astropy

0 commit comments

Comments
 (0)