Skip to content

Pandas stubs forces numpy <2.0.0 for python < 3.12 #970

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
jenshnielsen opened this issue Aug 6, 2024 · 1 comment · Fixed by #971
Closed

Pandas stubs forces numpy <2.0.0 for python < 3.12 #970

jenshnielsen opened this issue Aug 6, 2024 · 1 comment · Fixed by #971

Comments

@jenshnielsen
Copy link

Describe the bug
Following the merge of #943 it is now not supported to typecheck with pandas stubs and numpy 2 for python <3.12
Reading the description of that pr it seem the intension was just to internal test against both numpy 1 and 2. Not to force users to install v1 for python <3.12

To Reproduce
pip install numpy==2.0.1 pandas-stubs==2.2.2.240805

Please complete the following information:

  • OS: Any
  • OS Version Any
  • python version <3.12
  • version of type checker N/A
  • version of installed pandas-stubs 2.2.2.240805
@Dr-Irv
Copy link
Collaborator

Dr-Irv commented Aug 6, 2024

Thanks for the report. I have a PR #971 that fixes that issue, and once merged, will do a new release. Have yanked v 2.2.2.240805

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.

2 participants