Skip to content

Commit

Permalink
revert astropy prerelease wheel spec and use nightly Scipy wheel index
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 10, 2023
1 parent 2ddd5b0 commit dc97da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ deps =
jwst: jwst[test] @ git+https://github.com/spacetelescope/jwst.git
romancal: romancal[test] @ git+https://github.com/spacetelescope/romancal.git
oldestdeps: minimum_dependencies
devdeps: astropy>=0.0.dev0
devdeps: numpy>=0.0.dev0
pass_env =
CRDS_*
CI
set_env =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scipy-wheels-nightly/simple
jwst: CRDS_SERVER_URL=https://jwst-crds.stsci.edu
romancal: CRDS_SERVER_URL=https://roman-crds.stsci.edu
package =
Expand All @@ -65,6 +64,7 @@ allowlist_externals =
commands_pre =
oldestdeps: minimum_dependencies stpipe --filename requirements-min.txt
oldestdeps: pip install -r requirements-min.txt
devdeps: pip install numpy>=0.0.dev0 git+https://github.com/astropy/astropy.git#egg=astropy -U --upgrade-strategy eager
pip freeze
commands =
pytest \
Expand Down

0 comments on commit dc97da3

Please sign in to comment.