-
Notifications
You must be signed in to change notification settings - Fork 100
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
+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 |
Pandas and numpy has compatiblity issues, numpy version 2 is only supported after pandas 2.2.2 and any version before that is not supported. - https://pandas.pydata.org/docs/whatsnew/v2.2.2.html#pandas-2-2-2-is-now-compatible-with-numpy-2-0 |
Newer versions of one package only being compatible with newer versions of another package is perfectly normal, rather than a problem that is relevant to this package. This is still a problem, so there is no reason to close this issue.
That is entirely correct. |
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: