-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Conversation
\pandas_nightly |
/pandas_nightly |
pandas_nightly passing, see https://github.com/pandas-dev/pandas-stubs/actions/runs/13749877460 |
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.
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
…-stubs into gh1089_fix_nightly
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.
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?
Oh yes my bad I thought it was a dependency and not a dev dependency so
that would cause issues, I’ll update the PR and remove the split tests.
Thanks!
…On Wed, Mar 12, 2025 at 9:57 AM Irv Lustig ***@***.***> wrote:
***@***.**** commented on this pull request.
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?
—
Reply to this email directly, view it on GitHub
<#1152 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMQNSQFAFWLV5W2GTHJS6XL2UA4MRAVCNFSM6AAAAABYUKLNDWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDMNZYGYYDCMRRGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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. |
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.
thanks @loicdiridollou
assert_type()
to assert the type of any return value