File tree Expand file tree Collapse file tree 3 files changed +8
-17
lines changed
Expand file tree Collapse file tree 3 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ pip-run: &pip-install
1313 command : |
1414 python3 -m venv venv
1515 . venv/bin/activate
16- pip install -r pip-requirements.txt
17- pip install sphinx pytest
18- pip install sphinx-astropy sphinx-bootstrap-theme nbconvert==5.6.1
16+ pip install -r pip-requirements.txt --progress-bar off
17+ pip install --progress-bar off sphinx pytest
18+ pip install --progress-bar off sphinx-astropy sphinx-bootstrap-theme nbconvert==5.6.1
1919
2020jobs :
2121
Original file line number Diff line number Diff line change @@ -4,16 +4,7 @@ channels:
44 - astropy
55
66dependencies :
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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ scipy>=1.0
88notebook>=5.7.2
99aplpy
1010spectral-cube
11- reproject
11+ reproject==0.5.1
1212dust_extinction>=0.7
1313astro-gala
1414dust_extinction>=0.7
You can’t perform that action at this time.
0 commit comments