-
Notifications
You must be signed in to change notification settings - Fork 10
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
numpy 2.0 support #233
Labels
Comments
Fails in rc-testing now: https://github.com/spacetelescope/stginga/actions/runs/8653500942/job/23728786780
|
I think in numpy 2, something got "upgraded" from int to float, maybe, or could be uint and int cannot be bitwise like that anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently devdeps does not use numpy 2.0.dev nightly wheel. Not sure if I can get to this before numpy 2.0 is released for real next month. We'll find out for sure when it is released and CI starts to fail. 😬
The text was updated successfully, but these errors were encountered: