Skip to content

Upgrade to numpy 2.x #1369

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

Open
BwL1289 opened this issue Apr 11, 2025 · 2 comments
Open

Upgrade to numpy 2.x #1369

BwL1289 opened this issue Apr 11, 2025 · 2 comments

Comments

@BwL1289
Copy link

BwL1289 commented Apr 11, 2025

Right now numpy is pinned to 1.26.4, which is over a year old. 2.0 offers significant modernization and performance improvements.

@chimaerase
Copy link

This might be another opportunity to consider modernizing dependency management

@jamesmyatt
Copy link

Pinning exact versions especially for libraries (rather than applications) doesn't work with Python's dependency management. It's a practice that comes from Javascript, which has an entirely different system. See https://iscinumpy.dev/post/bound-version-constraints/.

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