chore(deps): bump numba ceiling to <0.65.0#21543
Merged
gforsyth merged 2 commits intorapidsai:mainfrom Feb 25, 2026
Merged
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
jameslamb
approved these changes
Feb 24, 2026
Contributor
Author
|
/merge |
bdice
approved these changes
Feb 25, 2026
rapids-bot bot
pushed a commit
that referenced
this pull request
Feb 25, 2026
Missed the conda recipe in #21543 Authors: - Gil Forsyth (https://github.com/gforsyth) Approvers: - Bradley Dice (https://github.com/bdice) URL: #21561
3 tasks
rapids-bot bot
pushed a commit
that referenced
this pull request
Feb 26, 2026
Moving our numba pinning up in #21543 allowed us to install newer numpy versions (2.4.2 now vs 2.2.6 previously) that have some very minor behavioral differences. These aren't problematic but do result in subtly different behaviors in the cudf.pandas test suite that were allowed through because #21543 was admin-merged. This PR updates the xfail list to unblock the rest of CI. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - Matthew Roeschke (https://github.com/mroeschke) URL: #21568
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.
xref #21540
xref rapidsai/build-planning#205
xref rapidsai/dask-cuda#1629
We should be able to merge in Python 3.14 support PRs without admin-merges because of limited APIs support, but the
numbadependency here needs to be bumped for Python 3.14 testing indask-cudaand others.