Skip to content

Commit 5a2de37

Browse files
committed
DOC v25.12 Updates [skip ci]
1 parent e5ca6f6 commit 5a2de37

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
docs-build:
3636
if: github.ref_type == 'branch'
3737
secrets: inherit
38-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
38+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
3939
with:
4040
arch: "amd64"
4141
branch: ${{ inputs.branch }}
4242
build_type: ${{ inputs.build_type || 'branch' }}
43-
container_image: "rapidsai/ci-conda:25.10-latest"
43+
container_image: "rapidsai/ci-conda:25.12-latest"
4444
date: ${{ inputs.date }}
4545
node_type: "gpu-l4-latest-1"
4646
script: "ci/build_docs.sh"

.github/workflows/pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- checks
1717
- docs-build
1818
secrets: inherit
19-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.10
19+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.12
2020
if: always()
2121
with:
2222
needs: ${{ toJSON(needs) }}
@@ -31,19 +31,19 @@ jobs:
3131
checks:
3232
secrets: inherit
3333
needs: telemetry-setup
34-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.10
34+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.12
3535
with:
3636
enable_check_generated_files: false
3737
ignored_pr_jobs: "telemetry-summarize"
3838
docs-build:
3939
needs: checks
4040
secrets: inherit
41-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
41+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
4242
with:
4343
build_type: pull-request
4444
node_type: "gpu-l4-latest-1"
4545
arch: "amd64"
46-
container_image: "rapidsai/ci-conda:25.10-latest"
46+
container_image: "rapidsai/ci-conda:25.12-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.10.00
1+
25.12.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.10.*,>=0.0.0a0
12-
- cugraph==25.10.*,>=0.0.0a0
11+
- cugraph-pyg==25.12.*,>=0.0.0a0
12+
- cugraph==25.12.*,>=0.0.0a0
1313
- doxygen
1414
- graphviz
1515
- ipython
16-
- libcugraph==25.10.*,>=0.0.0a0
17-
- libcugraph_etl==25.10.*,>=0.0.0a0
16+
- libcugraph==25.12.*,>=0.0.0a0
17+
- libcugraph_etl==25.12.*,>=0.0.0a0
1818
- myst-parser>=0.13
1919
- nbsphinx
2020
- numpydoc
2121
- pre-commit
2222
- pydata-sphinx-theme
23-
- pylibcugraph==25.10.*,>=0.0.0a0
24-
- pylibwholegraph==25.10.*,>=0.0.0a0
23+
- pylibcugraph==25.12.*,>=0.0.0a0
24+
- pylibwholegraph==25.12.*,>=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
@@ -85,9 +85,9 @@ dependencies:
8585
common:
8686
- output_types: [conda]
8787
packages:
88-
- cugraph==25.10.*,>=0.0.0a0
89-
- cugraph-pyg==25.10.*,>=0.0.0a0
90-
- libcugraph==25.10.*,>=0.0.0a0
91-
- libcugraph_etl==25.10.*,>=0.0.0a0
92-
- pylibcugraph==25.10.*,>=0.0.0a0
93-
- pylibwholegraph==25.10.*,>=0.0.0a0
88+
- cugraph==25.12.*,>=0.0.0a0
89+
- cugraph-pyg==25.12.*,>=0.0.0a0
90+
- libcugraph==25.12.*,>=0.0.0a0
91+
- libcugraph_etl==25.12.*,>=0.0.0a0
92+
- pylibcugraph==25.12.*,>=0.0.0a0
93+
- pylibwholegraph==25.12.*,>=0.0.0a0

0 commit comments

Comments
 (0)