File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ pip-run: &pip-install
1313 command : |
1414 python3 -m venv venv
1515 . venv/bin/activate
16- pip install -r pip-requirements.txt --progress-bar off
17- pip install --progress-bar off "sphinx>=2.0,<3.0" pytest
18- pip install --progress-bar off sphinx-astropy sphinx-bootstrap-theme nbconvert==5.6.1
16+ python3 -m pip install --upgrade pip wheel
17+ python3 -m pip install -r pip-requirements.txt --progress-bar off
18+ python3 -m pip install --progress-bar off "sphinx>=2.0,<3.0" pytest
19+ python3 -m pip install --progress-bar off sphinx-astropy sphinx-bootstrap-theme nbconvert==5.6.1
1920
2021jobs :
2122
Original file line number Diff line number Diff line change 11IPython>=6.1
2- astropy>=3
3- astroquery>=0.3.7
2+ astropy>=4
3+ git+https://github.com/astropy/ astroquery.git
44matplotlib==3.0.2
5- numpy>=1.15
5+ numpy>=1.17
66jupyter>=1.0
77scipy>=1.0
88notebook>=5.7.2
You can’t perform that action at this time.
0 commit comments