use 'nvidia-ml-py' instead of 'pynvml', declare 'numba-cuda' dependency pins#7164
Merged
rapids-bot[bot] merged 2 commits intorapidsai:branch-25.10from Sep 3, 2025
jameslamb:drop-pynvml
Merged
use 'nvidia-ml-py' instead of 'pynvml', declare 'numba-cuda' dependency pins#7164rapids-bot[bot] merged 2 commits intorapidsai:branch-25.10from jameslamb:drop-pynvml
rapids-bot[bot] merged 2 commits intorapidsai:branch-25.10from
jameslamb:drop-pynvml
Conversation
…cy, update dependency pins
|
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. |
Member
Author
|
Most CI here is passing, just one job is failing: (conda-python-tests-singlegpu build link) Those test failures are only happening on 1 test configuration for that job:
It looks like the same tests are failing for that configuration on an unrelated PR, so I suspect this isn't related to this PR's changes. |
Member
Author
|
Tracking issue for the test failures: #7152 |
csadorf
approved these changes
Sep 3, 2025
gforsyth
approved these changes
Sep 3, 2025
Member
Author
Member
Author
Member
Author
|
/merge |
rapids-bot bot
pushed a commit
that referenced
this pull request
Sep 4, 2025
Contributes to rapidsai/build-planning#208 * uses CUDA 13.0.0 to build and test * adds CUDA 13 devcontainers * moves some dependency pins (most others were done in #7164) - `cuda-python`: `>=13.0.1` (CUDA 13) Contributes to rapidsai/build-planning#68 * updates to CUDA 13 dependencies in fallback entries in `dependencies.yaml` matrices (i.e., the ones that get written to `pyproject.toml` in source control) ## Notes for Reviewers This switches GitHub Actions workflows to the `cuda13.0` branch from here: rapidsai/shared-workflows#413 A future round of PRs will revert that back to `branch-25.10`, once all of RAPIDS supports CUDA 13. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Gil Forsyth (https://github.com/gforsyth) - Simon Adorf (https://github.com/csadorf) - Jim Crist-Harif (https://github.com/jcrist) URL: #7128
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.
Contributes to rapidsai/build-planning#208 (breaking some changes off of #7128 to help with review and debugging there)
dask-cuda[cu12]extra for wheels (added in Build and test with CUDA 13.0.0 dask-cuda#1536)cuda-python: >=12.9.2 (CUDA 12)cupy: >=13.6.0numba: >=0.60.0numba-cudacumluses this unconditionally but does not declare runtime dependency on it todayContributes to https://github.com/rapidsai/build-infra/issues/293
pynvmlpackage withnvidia-ml-pypackage (see that issue for details)Notes for Reviewers
These dependency pin changes should be low-risk
All of these pins and requirements are already coming through
cuml's dependencies, e.g.cudfcarries most of them via rapidsai/cudf#19806So they shouldn't change much about the test environments in CI.