Skip to content

Commit ccc4dfa

Browse files
AyodeAwecdinea
authored andcommitted
Merge pull request #971 from rapidsai/version-update-26.02
Update to 26.02
1 parent 0a4aef2 commit ccc4dfa

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.12-latest"
53+
container_image: "rapidsai/ci-conda:26.02-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.12-latest"
68+
container_image: "rapidsai/ci-conda:26.02-latest"
6969
script: "ci/build_docs.sh"
7070
wheel-build:
7171
needs: checks

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.12.00
1+
26.02.00

cucim.code-workspace

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"CUCIM_TESTDATA_FOLDER": "${workspaceDirectory}/test_data",
3434
// Add cuslide plugin's library path to LD_LIBRARY_PATH
3535
"LD_LIBRARY_PATH": "${workspaceDirectory}/build-debug/lib:${workspaceDirectory}/cpp/plugins/cucim.kit.cuslide/build-debug/lib:${workspaceDirectory}/temp/cuda/lib64:${os_env:LD_LIBRARY_PATH}",
36-
"CUCIM_TEST_PLUGIN_PATH": "cucim.kit.cuslide@25.12.00.so"
36+
"CUCIM_TEST_PLUGIN_PATH": "cucim.kit.cuslide@26.02.00.so"
3737
},
3838
"cwd": "${workspaceDirectory}",
3939
"catch2": {
@@ -226,7 +226,7 @@
226226
},
227227
{
228228
"name": "CUCIM_TEST_PLUGIN_PATH",
229-
"value": "cucim.kit.cuslide@25.12.00.so"
229+
"value": "cucim.kit.cuslide@26.02.00.so"
230230
}
231231
],
232232
"console": "externalTerminal",
@@ -254,7 +254,7 @@
254254
},
255255
{
256256
"name": "CUCIM_TEST_PLUGIN_PATH",
257-
"value": "cucim.kit.cuslide@25.12.00.so"
257+
"value": "cucim.kit.cuslide@26.02.00.so"
258258
}
259259
],
260260
"console": "externalTerminal",
@@ -286,7 +286,7 @@
286286
},
287287
{
288288
"name": "CUCIM_TEST_PLUGIN_PATH",
289-
"value": "cucim.kit.cuslide@25.12.00.so"
289+
"value": "cucim.kit.cuslide@26.02.00.so"
290290
}
291291
],
292292
"console": "externalTerminal",

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ dependencies:
176176
common:
177177
- output_types: conda
178178
packages:
179-
- cucim==25.12.*,>=0.0.0a0
179+
- cucim==26.2.*,>=0.0.0a0
180180
depends_on_libcucim:
181181
common:
182182
- output_types: conda
183183
packages:
184-
- libcucim==25.12.*,>=0.0.0a0
184+
- libcucim==26.2.*,>=0.0.0a0
185185
develop:
186186
common:
187187
- output_types: [conda, requirements, pyproject]

0 commit comments

Comments
 (0)