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 b528eb4 commit 1c5df30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git+https://github.com/asdf-format/asdf
git+https://github.com/asdf-format/asdf-transform-schemas
git+https://github.com/asdf-format/asdf-coordinates-schemas
git+https://github.com/asdf-format/asdf-wcs-schemas
astropy>=0.0.dev0
git+https://github.com/astropy/astropy
git+https://github.com/astropy/asdf-astropy
git+https://github.com/spacetelescope/crds
git+https://github.com/spacetelescope/gwcs
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ pass_env =
PASS_INVALID_VALUES
VALIDATE_ON_ASSIGNMENT
TEST_BIGDATA
setenv =
set_env =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scipy-wheels-nightly/simple
sdpdeps,regtests: CRDS_CONTEXT = jwst-edit
extras =
test
Expand All @@ -72,7 +73,7 @@ package =
commands_pre =
oldestdeps: minimum_dependencies jwst --filename requirements-min.txt
oldestdeps: pip install -r requirements-min.txt
devdeps: pip install -r requirements-dev.txt
devdeps: pip install -r requirements-dev.txt -U --upgrade-strategy eager
sdpdeps: pip install -r requirements-sdp.txt
pip freeze
commands =
Expand Down

0 comments on commit 1c5df30

Please sign in to comment.