-
Notifications
You must be signed in to change notification settings - Fork 228
Support numpy 2.0 #3640
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
Support numpy 2.0 #3640
Conversation
…support_python_3.13
|
|
||
| dependencies = [ | ||
| "numpy>=1.20, <2.0", # 1.20 np.ptp, 1.26 might be necessary for avoiding pickling errors when numpy >2.0 | ||
| "numpy>=1.20", |
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.
Are we sure we have enough of pickling tests to feel okay deleting Heberto's note?
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 think so! :) let's see
zm711
left a comment
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.
h-mayorquin
left a comment
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.
LGTM
For numpy and neo: SpikeInterface/spikeinterface#3640 For zarr: SpikeInterface/spikeinterface#3598
Starting from @h-mayorquin PR #3481, but one thing at a time.
This is only for numpy 2.0 (with NEO 0.14.0)