We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 731f652 + 870f861 commit 0ee6c6dCopy full SHA for 0ee6c6d
3 files changed
environment.yml
@@ -8,7 +8,7 @@ dependencies:
8
- IPython=6.1.0
9
- astropy=3
10
- astroquery>=0.3.7
11
- - matplotlib=2.0.2
+ - matplotlib==3.0.2
12
- numpy=1.14
13
- scipy=1.0 # needed for coordinates cross-matching
14
- jupyter=1.0
pip-requirements.txt
@@ -1,7 +1,7 @@
1
IPython>=6.1
2
astropy>=3
3
astroquery>=0.3.7
4
-matplotlib>=2.0
+matplotlib==3.0.2
5
numpy>=1.15
6
jupyter>=1.0
7
scipy>=1.0
tutorials/notebooks/quantities/requirements.txt
@@ -1,3 +1,3 @@
numpy
-matplotlib
astropy
0 commit comments