Skip to content

Commit f278340

Browse files
committed
REL v25.10.00 release
1 parent 32a3aa4 commit f278340

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
arch: "amd64"
5151
branch: ${{ inputs.branch }}
5252
build_type: ${{ inputs.build_type || 'branch' }}
53-
container_image: "rapidsai/ci-conda:25.08-latest"
53+
container_image: "rapidsai/ci-conda:25.10-latest"
5454
date: ${{ inputs.date }}
5555
node_type: "gpu-l4-latest-1"
5656
script: "ci/build_docs.sh"

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
build_type: pull-request
6666
node_type: "gpu-l4-latest-1"
6767
arch: "amd64"
68-
container_image: "rapidsai/ci-conda:25.08-latest"
68+
container_image: "rapidsai/ci-conda:25.10-latest"
6969
script: "ci/build_docs.sh"
7070
wheel-build:
7171
needs: checks

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ dependencies:
172172
common:
173173
- output_types: conda
174174
packages:
175-
- cucim==25.10.*,>=0.0.0a0
175+
- cucim==25.10.*
176176
depends_on_libcucim:
177177
common:
178178
- output_types: conda
179179
packages:
180-
- libcucim==25.10.*,>=0.0.0a0
180+
- libcucim==25.10.*
181181
develop:
182182
common:
183183
- output_types: [conda, requirements, pyproject]

0 commit comments

Comments
 (0)