-
Notifications
You must be signed in to change notification settings - Fork 43
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
pint_pandas won't import using pandas 2.1-dev version #194
Comments
Pandas 2.1rc0 has been released: https://github.com/pandas-dev/pandas/releases/tag/v2.1.0rc0 |
Originally posted by @topper-123 in #195 (comment) Looking through #196, there's quite a few tests where there will be different behaviour in v2.1. Would it be easier to release the current pint-pandas for pandas 2.0, then change the mimimum pandas requirement to 2.1 for the future? |
Good question. #196 is named That said, my efforts with the |
I just tried pint_pandas using the dev version of pandas and got an error:
The issue is that pandas has renamed
PandasDtype
toNumpyEADtype
, see pandas-dev/pandas#54101.The text was updated successfully, but these errors were encountered: