Skip to content
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

Add version pins for pandas 3.0 #2016

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

kounelisagis
Copy link
Member

@kounelisagis kounelisagis commented Jul 24, 2024

Pandas 3.0 is expected to release soon: https://pandas.pydata.org/docs/dev/whatsnew/v3.0.0.html
Since there are errors and deprecations when running tests with pandas-3.0.0.dev0 (https://gist.github.com/kounelisagis/bb0b3896da4867882182b30c5224db5d) it would be wise to pin pandas 2.x until we add support for the new version.
Tests that require pandas, are skipped if pandas 2.x is not found, after this PR.


[sc-49618]

@kounelisagis kounelisagis marked this pull request as draft July 24, 2024 11:04
@kounelisagis kounelisagis force-pushed the agis/sc-49618/add-version-pins-for-pandas-3-0 branch from 8180071 to d4175b1 Compare July 24, 2024 11:12
@kounelisagis kounelisagis marked this pull request as ready for review July 24, 2024 11:33
@kounelisagis kounelisagis merged commit 773514f into dev Jul 25, 2024
33 checks passed
@kounelisagis kounelisagis deleted the agis/sc-49618/add-version-pins-for-pandas-3-0 branch July 25, 2024 14:36
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 this pull request may close these issues.

None yet

2 participants