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

GH1089 Fix pandas nightly with new warnings on copy #1152

Merged
merged 9 commits into from
Mar 13, 2025

Conversation

loicdiridollou
Copy link
Contributor

@loicdiridollou
Copy link
Contributor Author

\pandas_nightly

@loicdiridollou
Copy link
Contributor Author

/pandas_nightly

@loicdiridollou
Copy link
Contributor Author

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried this locally with the nightly test, and it failed. I had to upgrade matplotlib. I had to go from 3.8.4 -> 3.10.1 .

So I think pyproject.toml needs to have an updated matplotlib version for this to work. See https://matplotlib.org/stable/users/prev_whats_new/whats_new_3.10.0.html#boxplot-and-bxp-orientation-parameter

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not just bump up the version of matplotlib in pyproject.toml instead of creating the tests for the version in test_plotting.py? We only need it for development and CI.

Am I missing something here?

@loicdiridollou
Copy link
Contributor Author

loicdiridollou commented Mar 12, 2025 via email

@loicdiridollou loicdiridollou requested a review from Dr-Irv March 13, 2025 02:36
@loicdiridollou
Copy link
Contributor Author

Concern is addressed, I have also limited the version of SQLAlchemy due to a typehint that is not up to date anymore. There is an issue to fix it but for now will just limit the version so that we can ship this to main.

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dr-Irv Dr-Irv merged commit 0fdc62f into pandas-dev:main Mar 13, 2025
13 checks passed
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.

Fix pandas nightly test build and migrate tests over new framework
2 participants