-
Notifications
You must be signed in to change notification settings - Fork 20
Allows Hatchet to work with NumPy >= 2.0 #163
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
Conversation
|
This seems to be working, with the exception of |
|
I've figured out the issue here. The issue starts with PyTables, the library Pandas uses under the hood for HDF support (and which we indirectly use for the I think this spawns a larger discussion about whether we want to continue supporting |
|
After discussing with @michaelmckinsey1, we decided to do the following:
|
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
Follow up to #140.
This PR knocks out the last few minor changes that needed to be made to support NumPy >= 2.0. It also changes
requirements.txtandsetup.pyto remove the strict version limit of < 2.0.