Skip to content

future numpy update needed #1210

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

Closed
Dr-Irv opened this issue May 10, 2025 · 0 comments · Fixed by #1211
Closed

future numpy update needed #1210

Dr-Irv opened this issue May 10, 2025 · 0 comments · Fixed by #1211

Comments

@Dr-Irv
Copy link
Collaborator

Dr-Irv commented May 10, 2025

numpy is changing typing and revealed an issue in pandas-stubs. See numpy/numpy#28940 (comment)

I think the solution is to not reference np.ndarray[Any, Any] in _typing.pyi and just use np.ndarray .

We can try that change now, and then whenever numpy does a new release, see if it is still broken.

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

Successfully merging a pull request may close this issue.

1 participant