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
13
13
command : |
14
14
python3 -m venv venv
15
15
. 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
19
20
20
21
jobs :
21
22
Original file line number Diff line number Diff line change 1
1
IPython>=6.1
2
- astropy>=3
3
- astroquery>=0.3.7
2
+ astropy>=4
3
+ git+https://github.com/astropy/ astroquery.git
4
4
matplotlib==3.0.2
5
- numpy>=1.15
5
+ numpy>=1.17
6
6
jupyter>=1.0
7
7
scipy>=1.0
8
8
notebook>=5.7.2
You can’t perform that action at this time.
0 commit comments