-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Current version does not work with numpy 2.0 #1685
Comments
Facing the same issue using pandera[polars] OS: Windows 10 |
We have the same issue, right now only option is to downgrade numpy to the previous version. For us we have chosen the |
Oh that's a good point @MichaelMachu - I also found a work around by pinning |
@cosmicBboy Sorry for the duplicate 😔 close this off as required 🙏🏻. |
Check list
Current behaviour
Installing latest pandera and attempting to import will cause the error.
In a clean virtualenv with Python 3.12, install Panderas and then run the repl:
Now just import pandera:
And the following is received:
This appears to be the source of the problem:
pandera/pandera/engines/pandas_engine.py
Line 770 in efbaa91
Expected behaviour
Pandera should be importable and usable.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: