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
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