Skip to content

Replace rapids-xgboost with xgboost in the CI. (#8440) - #8451

Closed
chyunsu3 wants to merge 1 commit into
NVIDIA:release/26.08from
chyunsu3:cherry-pick-8440
Closed

Replace rapids-xgboost with xgboost in the CI. (#8440)#8451
chyunsu3 wants to merge 1 commit into
NVIDIA:release/26.08from
chyunsu3:cherry-pick-8440

Conversation

@chyunsu3

@chyunsu3 chyunsu3 commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Cherry-pick #8440 to the 26.08 branch.

The CI will continue to install XGBoost from the rapidsai channel until the package is removed. See rapidsai/nvforest#185 (comment)

Authors:
  - Jiaming Yuan (https://github.com/trivialfis)

Approvers:
  - Philip Hyunsu Cho (https://github.com/chyunsu3)
  - Simon Adorf (https://github.com/csadorf)
  - Bradley Dice (https://github.com/bdice)

URL: NVIDIA#8440
@chyunsu3
chyunsu3 requested review from a team as code owners August 5, 2026 14:31
@chyunsu3
chyunsu3 requested a review from bdice August 5, 2026 14:31
@github-actions github-actions Bot added conda conda issue ci labels Aug 5, 2026
@chyunsu3 chyunsu3 added Build or Dep Issues related to building the code or dependencies breaking Breaking change improvement Improvement / enhancement to an existing function and removed conda conda issue ci labels Aug 5, 2026
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 651f5424-2e2d-4331-8173-69f6f758b185

📥 Commits

Reviewing files that changed from the base of the PR and between b76c76b and 9de1a49.

📒 Files selected for processing (6)
  • ci/release/update-version.sh
  • conda/environments/all_cuda-129_arch-aarch64.yaml
  • conda/environments/all_cuda-129_arch-x86_64.yaml
  • conda/environments/all_cuda-133_arch-aarch64.yaml
  • conda/environments/all_cuda-133_arch-x86_64.yaml
  • dependencies.yaml

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated development and test environments to use XGBoost 3.3.0 or newer.
    • Removed the deprecated RAPIDS-specific XGBoost package from environment setup.
    • Updated copyright notices through 2026.

Walkthrough

The change replaces rapids-xgboost with xgboost>=3.3.0 in conda environments and the Python 3.11 dependency matrix. The release version updater no longer processes rapids-xgboost, and its SPDX notice is updated through 2026.

Changes

XGBoost dependency migration

Layer / File(s) Summary
Environment dependency updates
conda/environments/all_cuda-*/, dependencies.yaml
Conda environments and the Python 3.11 matrix replace rapids-xgboost with xgboost>=3.3.0.
Release updater adjustment
ci/release/update-version.sh
The updater excludes rapids-xgboost, and the SPDX notice includes NVIDIA affiliates through 2026.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • rapidsai/cuml#8440: Both changes remove rapids-xgboost and add xgboost>=3.3.0 across the same dependency and environment files.
  • rapidsai/cuml#8387: Both changes modify the same environment files and dependencies.yaml.

Suggested labels: conda, improvement, ci

Suggested reviewers: bdice

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes replacing rapids-xgboost with xgboost in CI, which is the main change.
Description check ✅ Passed The description identifies the cherry-pick and target branch, which matches the pull request objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@chyunsu3 chyunsu3 closed this Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Breaking change Build or Dep Issues related to building the code or dependencies improvement Improvement / enhancement to an existing function

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants