From 827340208586e01f490519b1fc311ac6dc6677d9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 10 May 2024 11:47:09 -0400 Subject: [PATCH] Add pyerfa package index * Dev packages are compiled against numpy 2.x --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 42cae19..94278da 100644 --- a/tox.ini +++ b/tox.ini @@ -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 @@ -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