-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fix numpy2 compatibility #183
base: master
Are you sure you want to change the base?
Conversation
More details here: https://numpy.org/doc/stable/dev/depending_on_numpy.html#numpy-2-0-specific-advice and regarding np.sctypes: numpy/numpy#26778
b32c926
to
cab3deb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have one change request, otherwise LGTM!
Thanks, @SimonSegerblomRex
numpy2 doesn't support 3.8. Not sure if something more needs to be updated here..?
Thanks! I updated ci.yaml as well now to not include 3.8. |
Re:
I think the resolution here is to make sure that |
3b3241e
to
6f0d2a0
Compare
Thanks! Now the tests pass locally on my machine at least, but it still feels a bit shaky. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me from what I understand. Thanks for doing this!
Perhaps some of the MacOS ARM64 failures could be fixed by #179..? |
More details here:
https://numpy.org/doc/stable/dev/depending_on_numpy.html#numpy-2-0-specific-advice
and regarding np.sctypes:
numpy/numpy#26778