We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5b2d0 commit 8ebc947Copy full SHA for 8ebc947
environment.yml
@@ -4,16 +4,7 @@ channels:
4
- astropy
5
6
dependencies:
7
- - python=3.6
8
- - IPython=6.1.0
9
- - astropy=3
10
- - astroquery>=0.3.7
11
- - matplotlib==3.0.2
12
- - numpy=1.14
13
- - scipy=1.0 # needed for coordinates cross-matching
14
- - jupyter=1.0
15
- - notebook>=5.7.2
16
- - aplpy # used in FITS-cube tutorial
17
- - spectral-cube # used in FITS-cube tutorial
18
- - reproject # used in FITS-cube tutorial
19
- - dust_extinction>=0.7
+ - python=3.7
+ - pip
+ - pip:
+ - -r pip-requirements.txt
pip-requirements.txt
@@ -8,7 +8,7 @@ scipy>=1.0
notebook>=5.7.2
aplpy
spectral-cube
-reproject
+reproject==0.5.1
dust_extinction>=0.7
astro-gala
0 commit comments