Skip to content
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

Open
envelio-cb opened this issue Aug 27, 2024 · 2 comments
Open

Support for numpy >= 2.0.2 #432

envelio-cb opened this issue Aug 27, 2024 · 2 comments

Comments

@envelio-cb
Copy link

envelio-cb commented 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

@envelio-cb 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 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
@arredond
Copy link

arredond commented Oct 4, 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 pyarrow < 17.0 limitation

@sshevlyagin
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants