Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing dev tests with numpy 2.0 #1006

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Continuing to try to test numpy 2.0
hbrown-ST authored and zacharyburnett committed Jul 5, 2024
commit 133e2ada84087b38890ee6b2b2b2b75774d848c3
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -68,6 +68,7 @@ jobs:
init-shell: bash
cache-environment: true
cache-downloads: true
- run: pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
- run: pip install roman-datamodels git+https://github.com/spacetelescope/jwst
- run: pip uninstall --yes crds && ./install && pip install .[submission,test,docs,synphot]
- id: cache
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ classifiers = [
]
dependencies = [
"astropy",
"numpy>=2.0",
"numpy",
"filelock",
"asdf != 3.0.0",
"requests",