Skip to content

Commit 1a39bd4

Browse files
committed
update rapids deps to 25.10
1 parent 03b0143 commit 1a39bd4

File tree

13 files changed

+83
-83
lines changed

13 files changed

+83
-83
lines changed

.github/workflows/build.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ concurrency:
4343
jobs:
4444
cpp-build:
4545
secrets: inherit
46-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.08
46+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
4747
with:
4848
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
4949
build_type: ${{ inputs.build_type || 'branch' }}
@@ -54,7 +54,7 @@ jobs:
5454
python-build:
5555
needs: [cpp-build]
5656
secrets: inherit
57-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.08
57+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
5858
with:
5959
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
6060
build_type: ${{ inputs.build_type || 'branch' }}
@@ -65,15 +65,15 @@ jobs:
6565
upload-conda:
6666
needs: [cpp-build, python-build]
6767
secrets: inherit
68-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.08
68+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.10
6969
with:
7070
build_type: ${{ inputs.build_type || 'branch' }}
7171
branch: ${{ inputs.branch }}
7272
date: ${{ inputs.date }}
7373
sha: ${{ inputs.sha }}
7474
wheel-build-cuopt-mps-parser:
7575
secrets: inherit
76-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
76+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
7777
with:
7878
build_type: ${{ inputs.build_type || 'branch' }}
7979
branch: ${{ inputs.branch }}
@@ -87,7 +87,7 @@ jobs:
8787
wheel-publish-cuopt-mps-parser:
8888
needs: wheel-build-cuopt-mps-parser
8989
secrets: inherit
90-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
90+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
9191
with:
9292
build_type: ${{ inputs.build_type || 'branch' }}
9393
branch: ${{ inputs.branch }}
@@ -98,7 +98,7 @@ jobs:
9898
wheel-build-libcuopt:
9999
needs: wheel-build-cuopt-mps-parser
100100
secrets: inherit
101-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
101+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
102102
with:
103103
build_type: ${{ inputs.build_type || 'branch' }}
104104
branch: ${{ inputs.branch }}
@@ -111,7 +111,7 @@ jobs:
111111
wheel-publish-libcuopt:
112112
needs: wheel-build-libcuopt
113113
secrets: inherit
114-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
114+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
115115
with:
116116
build_type: ${{ inputs.build_type || 'branch' }}
117117
branch: ${{ inputs.branch }}
@@ -122,7 +122,7 @@ jobs:
122122
wheel-build-cuopt:
123123
needs: [wheel-build-cuopt-mps-parser, wheel-build-libcuopt]
124124
secrets: inherit
125-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
125+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
126126
with:
127127
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
128128
build_type: ${{ inputs.build_type || 'branch' }}
@@ -135,7 +135,7 @@ jobs:
135135
wheel-publish-cuopt:
136136
needs: wheel-build-cuopt
137137
secrets: inherit
138-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
138+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
139139
with:
140140
build_type: ${{ inputs.build_type || 'branch' }}
141141
branch: ${{ inputs.branch }}
@@ -146,7 +146,7 @@ jobs:
146146
wheel-build-cuopt-server:
147147
needs: wheel-build-cuopt
148148
secrets: inherit
149-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
149+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
150150
with:
151151
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
152152
build_type: ${{ inputs.build_type || 'branch' }}
@@ -159,7 +159,7 @@ jobs:
159159
wheel-publish-cuopt-server:
160160
needs: wheel-build-cuopt-server
161161
secrets: inherit
162-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
162+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
163163
with:
164164
build_type: ${{ inputs.build_type || 'branch' }}
165165
branch: ${{ inputs.branch }}
@@ -170,7 +170,7 @@ jobs:
170170
docs-build:
171171
needs: [python-build]
172172
secrets: inherit
173-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
173+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
174174
with:
175175
build_type: ${{ inputs.build_type || 'branch' }}
176176
node_type: "gpu-l4-latest-1"
@@ -180,12 +180,12 @@ jobs:
180180
arch: "amd64"
181181
file_to_upload: "docs/cuopt/build/html/"
182182
artifact-name: "cuopt_docs"
183-
container_image: "rapidsai/ci-conda:25.08-latest"
183+
container_image: "rapidsai/ci-conda:25.10-latest"
184184
script: "ci/build_docs.sh"
185185
wheel-build-cuopt-sh-client:
186186
needs: wheel-build-cuopt
187187
secrets: inherit
188-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
188+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
189189
with:
190190
build_type: ${{ inputs.build_type || 'branch' }}
191191
branch: ${{ inputs.branch }}
@@ -199,7 +199,7 @@ jobs:
199199
wheel-publish-cuopt-sh-client:
200200
needs: wheel-build-cuopt-sh-client
201201
secrets: inherit
202-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
202+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
203203
with:
204204
build_type: ${{ inputs.build_type || 'branch' }}
205205
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
- wheel-build-cuopt-sh-client
4545
- test-self-hosted-server
4646
secrets: inherit
47-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.08
47+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.10
4848
changed-files:
4949
secrets: inherit
50-
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.08
50+
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.10
5151
with:
5252
files_yaml: |
5353
test_cpp:
@@ -112,22 +112,22 @@ jobs:
112112
- '!python/nvcf_client/**'
113113
checks:
114114
secrets: inherit
115-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.08
115+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.10
116116
with:
117117
enable_check_generated_files: false
118118

119119
conda-cpp-build:
120120
needs: checks
121121
secrets: inherit
122-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.08
122+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
123123
with:
124124
build_type: pull-request
125125
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
126126
script: ci/build_cpp.sh
127127
conda-cpp-tests:
128128
needs: [conda-cpp-build, changed-files]
129129
secrets: inherit
130-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.08
130+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.10
131131
#if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
132132
with:
133133
build_type: pull-request
@@ -136,15 +136,15 @@ jobs:
136136
conda-python-build:
137137
needs: conda-cpp-build
138138
secrets: inherit
139-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.08
139+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
140140
with:
141141
build_type: pull-request
142142
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
143143
script: ci/build_python.sh
144144
conda-python-tests:
145145
needs: [conda-python-build, changed-files]
146146
secrets: inherit
147-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.08
147+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.10
148148
#if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
149149
with:
150150
run_codecov: false
@@ -154,19 +154,19 @@ jobs:
154154
docs-build:
155155
needs: conda-python-build
156156
secrets: inherit
157-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
157+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
158158
with:
159159
build_type: pull-request
160160
node_type: "gpu-l4-latest-1"
161161
arch: "amd64"
162162
file_to_upload: "docs/cuopt/build/html/"
163163
artifact-name: "cuopt_docs"
164-
container_image: "rapidsai/ci-conda:25.08-latest"
164+
container_image: "rapidsai/ci-conda:25.10-latest"
165165
script: "ci/build_docs.sh"
166166
#conda-notebook-tests:
167167
# needs: [conda-python-build, changed-files]
168168
# secrets: inherit
169-
# uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
169+
# uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
170170
# #if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks
171171
# with:
172172
# build_type: pull-request
@@ -176,7 +176,7 @@ jobs:
176176
# run_script: "ci/test_notebooks.sh"
177177
wheel-build-cuopt-mps-parser:
178178
secrets: inherit
179-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
179+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
180180
with:
181181
build_type: pull-request
182182
script: ci/build_wheel_cuopt_mps_parser.sh
@@ -187,7 +187,7 @@ jobs:
187187
wheel-build-libcuopt:
188188
needs: wheel-build-cuopt-mps-parser
189189
secrets: inherit
190-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
190+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
191191
with:
192192
# build for every combination of arch and CUDA version, but only for the latest Python
193193
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER == "3.12"))
@@ -198,7 +198,7 @@ jobs:
198198
wheel-build-cuopt:
199199
needs: [wheel-build-cuopt-mps-parser, wheel-build-libcuopt]
200200
secrets: inherit
201-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
201+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
202202
with:
203203
build_type: pull-request
204204
script: ci/build_wheel_cuopt.sh
@@ -208,7 +208,7 @@ jobs:
208208
wheel-tests-cuopt:
209209
needs: [wheel-build-cuopt, wheel-build-cuopt-mps-parser, changed-files]
210210
secrets: inherit
211-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
211+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.10
212212
#if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_cuopt
213213
with:
214214
build_type: pull-request
@@ -217,7 +217,7 @@ jobs:
217217
wheel-build-cuopt-server:
218218
needs: wheel-build-cuopt
219219
secrets: inherit
220-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
220+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
221221
with:
222222
build_type: pull-request
223223
script: ci/build_wheel_cuopt_server.sh
@@ -226,7 +226,7 @@ jobs:
226226
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
227227
wheel-build-cuopt-sh-client:
228228
secrets: inherit
229-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
229+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
230230
with:
231231
build_type: pull-request
232232
script: ci/build_wheel_cuopt_sh_client.sh
@@ -237,7 +237,7 @@ jobs:
237237
wheel-tests-cuopt-server:
238238
needs: [wheel-build-cuopt-server, changed-files]
239239
secrets: inherit
240-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
240+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.10
241241
#if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_cuopt_server
242242
with:
243243
build_type: pull-request

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
jobs:
3535
conda-cpp-tests:
3636
secrets: inherit
37-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.08
37+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.10
3838
with:
3939
build_type: ${{ inputs.build_type }}
4040
branch: ${{ inputs.branch }}
@@ -44,7 +44,7 @@ jobs:
4444
script: ci/test_cpp.sh
4545
conda-python-tests:
4646
secrets: inherit
47-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.08
47+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.10
4848
with:
4949
run_codecov: false
5050
build_type: ${{ inputs.build_type }}
@@ -55,7 +55,7 @@ jobs:
5555
script: ci/test_python.sh
5656
wheel-tests-cuopt:
5757
secrets: inherit
58-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
58+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.10
5959
with:
6060
build_type: ${{ inputs.build_type }}
6161
branch: ${{ inputs.branch }}
@@ -65,7 +65,7 @@ jobs:
6565
script: ci/test_wheel_cuopt.sh
6666
wheel-tests-cuopt-server:
6767
secrets: inherit
68-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
68+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.10
6969
with:
7070
build_type: ${{ inputs.build_type }}
7171
branch: ${{ inputs.branch }}

.github/workflows/trigger-breaking-change-alert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
trigger-notifier:
2828
if: contains(github.event.pull_request.labels.*.name, 'breaking')
2929
secrets: inherit
30-
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.08
30+
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.10
3131
with:
3232
sender_login: ${{ github.event.sender.login }}
3333
sender_avatar: ${{ github.event.sender.avatar_url }}

RAPIDS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.08.00
1+
25.10.00

ci/build_cpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sccache --zero-stats
3232

3333
RAPIDS_PACKAGE_VERSION=$(rapids-generate-version)
3434
export RAPIDS_PACKAGE_VERSION
35-
export DEPENDENT_PACKAGE_VERSION="25.08"
35+
export DEPENDENT_PACKAGE_VERSION="25.10"
3636

3737
# populates `RATTLER_CHANNELS` array and `RATTLER_ARGS` array
3838
source rapids-rattler-channel-string

ci/build_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CPP_CHANNEL=$(rapids-download-conda-from-github cpp)
2929

3030
version=$(rapids-generate-version)
3131
export RAPIDS_PACKAGE_VERSION=${version}
32-
export DEPENDENT_PACKAGE_VERSION="25.08"
32+
export DEPENDENT_PACKAGE_VERSION="25.10"
3333
echo "${version}" > VERSION
3434

3535
git_commit=$(git rev-parse HEAD)

conda/environments/all_cuda-128_arch-aarch64.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ dependencies:
1818
- cuda-nvvm
1919
- cuda-sanitizer-api
2020
- cuda-version=12.8
21-
- cudf==25.8.*,>=0.0.0a0
21+
- cudf==25.10.*,>=0.0.0a0
2222
- cupy>=12.0.0
23-
- cuvs==25.8.*,>=0.0.0a0
23+
- cuvs==25.10.*,>=0.0.0a0
2424
- cxx-compiler
2525
- cython>=3.0.3
2626
- doxygen=1.9.1
@@ -38,8 +38,8 @@ dependencies:
3838
- libcusolver-dev
3939
- libcusparse-dev
4040
- libgdal<3.9.0
41-
- libraft-headers==25.8.*
42-
- librmm==25.8.*
41+
- libraft-headers==25.10.*
42+
- librmm==25.10.*
4343
- make
4444
- matplotlib
4545
- msgpack-numpy==0.4.8
@@ -58,17 +58,17 @@ dependencies:
5858
- polyline
5959
- pre-commit
6060
- psutil>=5.9,<6.0a0
61-
- pylibraft==25.8.*,>=0.0.0a0
61+
- pylibraft==25.10.*,>=0.0.0a0
6262
- pyrsistent
6363
- pytest-cov
6464
- pytest<8
6565
- python>=3.10,<3.14
66-
- raft-dask==25.8.*,>=0.0.0a0
66+
- raft-dask==25.10.*,>=0.0.0a0
6767
- rapids-build-backend>=0.3.0,<0.4.0.dev0
68-
- rapids-dask-dependency==25.8.*,>=0.0.0a0
68+
- rapids-dask-dependency==25.10.*,>=0.0.0a0
6969
- rapids-logger==0.1.*,>=0.0.0a0
7070
- requests
71-
- rmm==25.8.*,>=0.0.0a0
71+
- rmm==25.10.*,>=0.0.0a0
7272
- scikit-build-core>=0.10.0
7373
- scipy
7474
- sphinx

0 commit comments

Comments
 (0)