-
Notifications
You must be signed in to change notification settings - Fork 1k
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
chore: Support pandas 2 #3928
chore: Support pandas 2 #3928
Conversation
095047b
to
b321bfa
Compare
pending on #3925 |
seems the issue appears in integration tests related to this issue from pandas pandas-dev/pandas#55730 we need to pin pandas version to at least 2.1.3 in order to adopt pandas v2, however the library only supports python 3.8 till 2.0.3 |
Note: just run local integration tests successfully on python 3.10, pandas 2.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nicee!
still err, hang on, working on it |
Signed-off-by: Hai Nguyen <[email protected]>
Signed-off-by: Hai Nguyen <[email protected]>
Signed-off-by: Hai Nguyen <[email protected]>
Signed-off-by: Hai Nguyen <[email protected]>
Signed-off-by: Hai Nguyen <[email protected]>
What this PR does / why we need it:
Relax pandas upper bound to support v2.0
Which issue(s) this PR fixes:
Fixes #3709
Additional changes:
Set upper bound for moto due to its recent breaking changes in 5.0.0