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

Resolve numpy 2.2.0 issues and unpin #366

Open
davidorme opened this issue Dec 11, 2024 · 0 comments
Open

Resolve numpy 2.2.0 issues and unpin #366

davidorme opened this issue Dec 11, 2024 · 0 comments

Comments

@davidorme
Copy link
Collaborator

The numpy 2.2.0 update brings in some typing changes in floating dtypes that mypy then flags as errors. There are a lot of these new errors (~100) and there's some discussion about whether this is acceptable and whether numpy or mypy or both are the bad guy here.

Either way, we've temporarily solved this by pinning numpy <2.2 (see #365) but we should keep an eye on this and unpin that once a solution has settled down.

numpy/numpy#27957

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

No branches or pull requests

1 participant