Upgrade dependency versions in uv.lock, test with Pandas 3 in CI#5573
Merged
Upgrade dependency versions in uv.lock, test with Pandas 3 in CI#5573
uv.lock, test with Pandas 3 in CI#5573Conversation
uv.lock, test with Pandas 3 in CIuv.lock, test with Pandas 3 in CI
439c730 to
c8b37ec
Compare
camdecoster
approved these changes
Apr 14, 2026
|
|
||
| test-kaleido-v0: | ||
| name: Optional tests (Kaleido only), Kaleido v0 (Python 3.12, Kaleido v0.2.1) | ||
| name: Optional tests (Kaleido only), Kaleido v0 (Python 3.12, kaleido 0.2.1) |
Contributor
Author
There was a problem hiding this comment.
No good reason. I changed pandas to lowercase in the other job names so just changed this one for consistency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue
Closes #5475
Description of change
Upgrade package versions in
uv.lockfile to the latest resolvable versions (result of runninguv lock --upgrade).Add
dev_pandas1,dev_pandas2, anddev_pandas3extras for testing different pandas versions in CI.Update tests to work with Pandas 3:
test_utils.pyTestJSONEncodertests to be compatible with the new defaultmsprecision in Pandas 3 (while still keeping the tests compatible with Pandas 2 as well)px.sunburst()tests intest_px_functions.pydue to this bug (The tests should be unskipped once the issue is fixed in the downstream libraries or once we add a workaround in plotly.py)Demo & Testing strategy
See results in CI
Guidelines