Skip to content

Commit

Permalink
Add pyerfa package index (spacetelescope#269)
Browse files Browse the repository at this point in the history
* Dev packages are compiled against numpy 2.x
  • Loading branch information
jhunkeler authored May 10, 2024
1 parent 7e78fb4 commit f4efbf5
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 @@ -10,7 +10,7 @@ envlist =
passenv = HOME,WINDIR,CC,CI

setenv =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple https://pypi.anaconda.org/liberfa/simple

# Run the tests in a temporary directory to make sure that we don't import
# package from the source tree
Expand All @@ -32,6 +32,7 @@ description =
deps =
# The devdeps factor is intended to be used to install the latest developer version
# or nightly wheel of key dependencies.
devdeps: pyerfa>=0.0.dev0
devdeps: numpy>=0.0.dev0
devdeps: astropy>=0.0.dev0

Expand Down

0 comments on commit f4efbf5

Please sign in to comment.