Skip to content

Commit 8ebc947

Browse files
committed
use pip requirements in conda env, and pin reproject because of failure
1 parent 5b5b2d0 commit 8ebc947

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

environment.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@ channels:
44
- astropy
55

66
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
7+
- python=3.7
8+
- pip
9+
- pip:
10+
- -r pip-requirements.txt

pip-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scipy>=1.0
88
notebook>=5.7.2
99
aplpy
1010
spectral-cube
11-
reproject
11+
reproject==0.5.1
1212
dust_extinction>=0.7
1313
astro-gala
1414
dust_extinction>=0.7

0 commit comments

Comments
 (0)