Skip to content

Commit 2304832

Browse files
committed
DOC v25.12 Updates [skip ci]
1 parent ccf3f43 commit 2304832

14 files changed

+56
-56
lines changed

.github/workflows/build-ucxx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ concurrency:
5454
jobs:
5555
conda-python-build:
5656
secrets: inherit
57-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
57+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
5858
with:
5959
build_type: ${{ inputs.build_type || 'branch' }}
6060
branch: ${{ inputs.branch }}

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434
jobs:
3535
conda-python-build:
3636
secrets: inherit
37-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
37+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
3838
with:
3939
build_type: ${{ inputs.build_type || 'branch' }}
4040
branch: ${{ inputs.branch }}
@@ -45,28 +45,28 @@ jobs:
4545
if: github.ref_type == 'branch'
4646
needs: [conda-python-build]
4747
secrets: inherit
48-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
48+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
4949
with:
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.12-latest"
5454
date: ${{ inputs.date }}
5555
node_type: "gpu-l4-latest-1"
5656
script: "ci/build_docs.sh"
5757
sha: ${{ inputs.sha }}
5858
upload-conda:
5959
needs: [conda-python-build]
6060
secrets: inherit
61-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.10
61+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.12
6262
with:
6363
build_type: ${{ inputs.build_type || 'branch' }}
6464
branch: ${{ inputs.branch }}
6565
date: ${{ inputs.date }}
6666
sha: ${{ inputs.sha }}
6767
wheel-build:
6868
secrets: inherit
69-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
69+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
7070
with:
7171
build_type: ${{ inputs.build_type || 'branch' }}
7272
branch: ${{ inputs.branch }}
@@ -83,7 +83,7 @@ jobs:
8383
wheel-publish:
8484
needs: wheel-build
8585
secrets: inherit
86-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
86+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
8787
with:
8888
build_type: ${{ inputs.build_type || 'branch' }}
8989
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- wheel-tests
1818
- telemetry-setup
1919
secrets: inherit
20-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.10
20+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.12
2121
with:
2222
needs: ${{ toJSON(needs) }}
2323
telemetry-setup:
@@ -34,37 +34,37 @@ jobs:
3434
checks:
3535
secrets: inherit
3636
needs: telemetry-setup
37-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.10
37+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.12
3838
with:
3939
ignored_pr_jobs: telemetry-summarize
4040
conda-python-build:
4141
needs: checks
4242
secrets: inherit
43-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
43+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
4444
with:
4545
build_type: pull-request
4646
script: ci/build_python.sh
4747
conda-python-tests:
4848
needs: conda-python-build
4949
secrets: inherit
50-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.10
50+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.12
5151
with:
5252
build_type: pull-request
5353
script: ci/test_python.sh
5454
docs-build:
5555
needs: conda-python-build
5656
secrets: inherit
57-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
57+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
5858
with:
5959
build_type: pull-request
6060
node_type: "gpu-l4-latest-1"
6161
arch: "amd64"
62-
container_image: "rapidsai/ci-conda:25.08-latest"
62+
container_image: "rapidsai/ci-conda:25.12-latest"
6363
script: "ci/build_docs.sh"
6464
wheel-build:
6565
needs: checks
6666
secrets: inherit
67-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
67+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
6868
with:
6969
build_type: pull-request
7070
# Package is pure Python and only ever requires one build.
@@ -78,7 +78,7 @@ jobs:
7878
wheel-tests:
7979
needs: wheel-build
8080
secrets: inherit
81-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.10
81+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.12
8282
with:
8383
build_type: pull-request
8484
script: "ci/test_wheel.sh"

.github/workflows/test-ucxx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
jobs:
4646
conda-python-ucxx-tests:
4747
secrets: inherit
48-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.10
48+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.12
4949
with:
5050
build_type: ${{ inputs.build_type }}
5151
branch: ${{ inputs.branch }}

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
conda-python-tests:
2727
secrets: inherit
28-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.10
28+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.12
2929
with:
3030
build_type: ${{ inputs.build_type }}
3131
branch: ${{ inputs.branch }}
@@ -34,7 +34,7 @@ jobs:
3434
sha: ${{ inputs.sha }}
3535
wheel-tests:
3636
secrets: inherit
37-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.10
37+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.12
3838
with:
3939
build_type: ${{ inputs.build_type }}
4040
branch: ${{ inputs.branch }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
trigger-notifier:
1313
if: contains(github.event.pull_request.labels.*.name, 'breaking')
1414
secrets: inherit
15-
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.10
15+
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.12
1616
with:
1717
sender_login: ${{ github.event.sender.login }}
1818
sender_avatar: ${{ github.event.sender.avatar_url }}

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-129_arch-aarch64.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dependencies:
1010
- cuda-nvcc-impl
1111
- cuda-nvrtc
1212
- cuda-version=12.9
13-
- cudf==25.10.*,>=0.0.0a0
14-
- dask-cudf==25.10.*,>=0.0.0a0
15-
- distributed-ucxx==0.46.*,>=0.0.0a0
16-
- kvikio==25.10.*,>=0.0.0a0
13+
- cudf==25.12.*,>=0.0.0a0
14+
- dask-cudf==25.12.*,>=0.0.0a0
15+
- distributed-ucxx==0.47.*,>=0.0.0a0
16+
- kvikio==25.12.*,>=0.0.0a0
1717
- numba-cuda>=0.19.1,<0.20.0a0
1818
- numpy>=1.23,<3.0a0
1919
- numpydoc>=1.1.0
@@ -25,7 +25,7 @@ dependencies:
2525
- pytest-timeout
2626
- python>=3.10,<3.14
2727
- rapids-build-backend>=0.4.0,<0.5.0dev0
28-
- rapids-dask-dependency==25.10.*,>=0.0.0a0
28+
- rapids-dask-dependency==25.12.*,>=0.0.0a0
2929
- setuptools>=64.0.0
3030
- sphinx
3131
- sphinx-click>=2.7.1

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dependencies:
1010
- cuda-nvcc-impl
1111
- cuda-nvrtc
1212
- cuda-version=12.9
13-
- cudf==25.10.*,>=0.0.0a0
14-
- dask-cudf==25.10.*,>=0.0.0a0
15-
- distributed-ucxx==0.46.*,>=0.0.0a0
16-
- kvikio==25.10.*,>=0.0.0a0
13+
- cudf==25.12.*,>=0.0.0a0
14+
- dask-cudf==25.12.*,>=0.0.0a0
15+
- distributed-ucxx==0.47.*,>=0.0.0a0
16+
- kvikio==25.12.*,>=0.0.0a0
1717
- numba-cuda>=0.19.1,<0.20.0a0
1818
- numpy>=1.23,<3.0a0
1919
- numpydoc>=1.1.0
@@ -25,7 +25,7 @@ dependencies:
2525
- pytest-timeout
2626
- python>=3.10,<3.14
2727
- rapids-build-backend>=0.4.0,<0.5.0dev0
28-
- rapids-dask-dependency==25.10.*,>=0.0.0a0
28+
- rapids-dask-dependency==25.12.*,>=0.0.0a0
2929
- setuptools>=64.0.0
3030
- sphinx
3131
- sphinx-click>=2.7.1

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dependencies:
1010
- cuda-nvcc-impl
1111
- cuda-nvrtc
1212
- cuda-version=13.0
13-
- cudf==25.10.*,>=0.0.0a0
14-
- dask-cudf==25.10.*,>=0.0.0a0
15-
- distributed-ucxx==0.46.*,>=0.0.0a0
16-
- kvikio==25.10.*,>=0.0.0a0
13+
- cudf==25.12.*,>=0.0.0a0
14+
- dask-cudf==25.12.*,>=0.0.0a0
15+
- distributed-ucxx==0.47.*,>=0.0.0a0
16+
- kvikio==25.12.*,>=0.0.0a0
1717
- numba-cuda>=0.19.1,<0.20.0a0
1818
- numpy>=1.23,<3.0a0
1919
- numpydoc>=1.1.0
@@ -25,7 +25,7 @@ dependencies:
2525
- pytest-timeout
2626
- python>=3.10,<3.14
2727
- rapids-build-backend>=0.4.0,<0.5.0dev0
28-
- rapids-dask-dependency==25.10.*,>=0.0.0a0
28+
- rapids-dask-dependency==25.12.*,>=0.0.0a0
2929
- setuptools>=64.0.0
3030
- sphinx
3131
- sphinx-click>=2.7.1

0 commit comments

Comments
 (0)