Skip to content

Commit a27cb7c

Browse files
authored
Merge pull request #172 from rapidsai/version-update-26.02
Update to 26.02
1 parent 17c7cb8 commit a27cb7c

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
arch: "amd64"
4141
branch: ${{ inputs.branch }}
4242
build_type: ${{ inputs.build_type || 'branch' }}
43-
container_image: "rapidsai/ci-conda:25.12-latest"
43+
container_image: "rapidsai/ci-conda:26.02-latest"
4444
date: ${{ inputs.date }}
4545
node_type: "gpu-l4-latest-1"
4646
script: "ci/build_docs.sh"

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
build_type: pull-request
4444
node_type: "gpu-l4-latest-1"
4545
arch: "amd64"
46-
container_image: "rapidsai/ci-conda:25.12-latest"
46+
container_image: "rapidsai/ci-conda:26.02-latest"
4747
script: "ci/build_docs.sh"
4848
telemetry-summarize:
4949
# This job must use a self-hosted runner to record telemetry traces.

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

conda/environments/all_cuda-130_arch-x86_64.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ channels:
88
dependencies:
99
- breathe>=4.35
1010
- cuda-version=13.0
11-
- cugraph-pyg==25.12.*,>=0.0.0a0
12-
- cugraph==25.12.*,>=0.0.0a0
11+
- cugraph-pyg==26.2.*,>=0.0.0a0
12+
- cugraph==26.2.*,>=0.0.0a0
1313
- doxygen
1414
- graphviz
1515
- ipython
16-
- libcugraph==25.12.*,>=0.0.0a0
17-
- libcugraph_etl==25.12.*,>=0.0.0a0
16+
- libcugraph==26.2.*,>=0.0.0a0
17+
- libcugraph_etl==26.2.*,>=0.0.0a0
1818
- myst-parser>=0.13
1919
- nbsphinx
2020
- numpydoc
2121
- pre-commit
2222
- pydata-sphinx-theme
23-
- pylibcugraph==25.12.*,>=0.0.0a0
24-
- pylibwholegraph==25.12.*,>=0.0.0a0
23+
- pylibcugraph==26.2.*,>=0.0.0a0
24+
- pylibwholegraph==26.2.*,>=0.0.0a0
2525
- sphinx
2626
- sphinx-copybutton
2727
- sphinx-markdown-tables

dependencies.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ dependencies:
8181
common:
8282
- output_types: [conda]
8383
packages:
84-
- cugraph==25.12.*,>=0.0.0a0
85-
- cugraph-pyg==25.12.*,>=0.0.0a0
86-
- libcugraph==25.12.*,>=0.0.0a0
87-
- libcugraph_etl==25.12.*,>=0.0.0a0
88-
- pylibcugraph==25.12.*,>=0.0.0a0
89-
- pylibwholegraph==25.12.*,>=0.0.0a0
84+
- cugraph==26.2.*,>=0.0.0a0
85+
- cugraph-pyg==26.2.*,>=0.0.0a0
86+
- libcugraph==26.2.*,>=0.0.0a0
87+
- libcugraph_etl==26.2.*,>=0.0.0a0
88+
- pylibcugraph==26.2.*,>=0.0.0a0
89+
- pylibwholegraph==26.2.*,>=0.0.0a0

0 commit comments

Comments
 (0)