Skip to content

Conversation

loicdiridollou
Copy link
Member

@loicdiridollou
Copy link
Member Author

\pandas_nightly

@loicdiridollou
Copy link
Member Author

/pandas_nightly

@loicdiridollou
Copy link
Member 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
Member Author

loicdiridollou commented Mar 12, 2025 via email

@loicdiridollou loicdiridollou requested a review from Dr-Irv March 13, 2025 02:36
@loicdiridollou
Copy link
Member 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