Skip to content

Commit

Permalink
Merge pull request #501 from bsipocz/dep_pyefra
Browse files Browse the repository at this point in the history
DEP: temporarily using dev version of indirect dependency pyerfa
  • Loading branch information
bsipocz authored Dec 1, 2023
2 parents 7682a18 + 2f5c927 commit 36c012f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ description =
setenv =
PYTEST_ARGS = -rsxf --show-capture=no
online: PYTEST_ARGS = --remote-data=any --reruns=1 --reruns-delay 10 -rsxf --show-capture=no
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple https://pypi.anaconda.org/astropy/simple
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple https://pypi.anaconda.org/liberfa/simple https://pypi.anaconda.org/astropy/simple

deps =
cov: coverage

devdeps: numpy>=0.0.dev0
devdeps: pyerfa>=0.0.dev0
devdeps: astropy>=0.0.dev0

oldestdeps: astropy==4.1
Expand Down

0 comments on commit 36c012f

Please sign in to comment.