Skip to content

Commit 80dc4e0

Browse files
authored
Merge pull request #470 from adrn/dev-astroquery
Install the dev version of astroquery
2 parents 5aa40b4 + 351b94a commit 80dc4e0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2021
jobs:
2122

pip-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
IPython>=6.1
2-
astropy>=3
3-
astroquery>=0.3.7
2+
astropy>=4
3+
git+https://github.com/astropy/astroquery.git
44
matplotlib==3.0.2
5-
numpy>=1.15
5+
numpy>=1.17
66
jupyter>=1.0
77
scipy>=1.0
88
notebook>=5.7.2

0 commit comments

Comments
 (0)