You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
pandas-stubs
2.2.2.240805The text was updated successfully, but these errors were encountered: