-
Notifications
You must be signed in to change notification settings - Fork 99
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 for numpy >= 2.0.2 #432
Comments
envelio-cb
changed the title
Support for numpy >= 2.0.2
Support for numpy >= 2.0.2 and pandas >= 2.2.2
Aug 27, 2024
envelio-cb
changed the title
Support for numpy >= 2.0.2 and pandas >= 2.2.2
Support for numpy >= 2.0.2
Aug 27, 2024
+1 to this! Also in general to not setting upper bounds to package versions unless strictly necessary. I made a similar comment about this here #427 (similar case that's affecting us but for the |
+1 |
1 similar comment
+1 |
+1 👯♂️ |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am working on upgrading our ecosystem to use numpy >= 2.0.2 which currently breaks at your package.
Afaik you don't use numpy in your code except for testing. Thus, I am wondering if you can either drop the dependency and add it as dev-only dependency or if you can be less strict in the versioning of numpy and support numpy >= 2.0.2.
Here is also a list of the numpy ecosystem compatibility with numpy 2.0:
numpy/numpy#26191
Kind regards
The text was updated successfully, but these errors were encountered: