Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION.
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

## Usage
Expand Down Expand Up @@ -113,7 +113,6 @@ DEPENDENCIES=(
libraft-headers
librmm
pylibraft
rapids-xgboost
rmm
)
for DEP in "${DEPENDENCIES[@]}"; do
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ dependencies:
- python>=3.11
- rapids-build-backend>=0.4.0,<0.5.0.dev0
- rapids-logger==0.2.*,>=0.0.0a0
- rapids-xgboost==26.10.*,>=0.0.0a0
- scikit-build-core>=0.11.0
- scikit-learn>=1.5
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-aarch64==2.28
- treelite>=4.7.0,<5.0
- xgboost>=3.3.0
- pip:
- nvidia-sphinx-theme
name: all_cuda-129_arch-aarch64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ dependencies:
- python>=3.11
- rapids-build-backend>=0.4.0,<0.5.0.dev0
- rapids-logger==0.2.*,>=0.0.0a0
- rapids-xgboost==26.10.*,>=0.0.0a0
- scikit-build-core>=0.11.0
- scikit-learn>=1.5
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-64==2.28
- treelite>=4.7.0,<5.0
- xgboost>=3.3.0
- pip:
- nvidia-sphinx-theme
name: all_cuda-129_arch-x86_64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-133_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ dependencies:
- python>=3.11
- rapids-build-backend>=0.4.0,<0.5.0.dev0
- rapids-logger==0.2.*,>=0.0.0a0
- rapids-xgboost==26.10.*,>=0.0.0a0
- scikit-build-core>=0.11.0
- scikit-learn>=1.5
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-aarch64==2.28
- treelite>=4.7.0,<5.0
- xgboost>=3.3.0
- pip:
- nvidia-sphinx-theme
name: all_cuda-133_arch-aarch64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-133_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ dependencies:
- python>=3.11
- rapids-build-backend>=0.4.0,<0.5.0.dev0
- rapids-logger==0.2.*,>=0.0.0a0
- rapids-xgboost==26.10.*,>=0.0.0a0
- scikit-build-core>=0.11.0
- scikit-learn>=1.5
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-64==2.28
- treelite>=4.7.0,<5.0
- xgboost>=3.3.0
- pip:
- nvidia-sphinx-theme
name: all_cuda-133_arch-x86_64
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ dependencies:
packages: []
- matrix:
packages:
- rapids-xgboost==26.10.*,>=0.0.0a0
- xgboost>=3.3.0
- output_types: [requirements, pyproject]
matrices:
- matrix:
Expand Down
Loading