You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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: