Skip to content

Commit b578959

Browse files
committedJan 23, 2025
DOC v25.04 Updates [skip ci]
1 parent f6e3654 commit b578959

17 files changed

+85
-85
lines changed
 

‎.devcontainer/cuda11.8-conda/devcontainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"args": {
66
"CUDA": "11.8",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.02-cpp-cuda11.8-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.04-cpp-cuda11.8-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.02-cuda11.8-conda"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda11.8-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.2": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.4": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

‎.devcontainer/cuda11.8-pip/devcontainer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"args": {
66
"CUDA": "11.8",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.02-cpp-cuda11.8-ucx1.17.0-openmpi-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.04-cpp-cuda11.8-ucx1.17.0-openmpi-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.02-cuda11.8-pip"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda11.8-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.2": {
18+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.4": {
1919
"version": "11.8",
2020
"installcuBLAS": true,
2121
"installcuSOLVER": true,
2222
"installcuRAND": true,
2323
"installcuSPARSE": true
2424
},
25-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.2": {}
25+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.4": {}
2626
},
2727
"overrideFeatureInstallOrder": [
2828
"ghcr.io/rapidsai/devcontainers/features/cuda",

‎.devcontainer/cuda12.5-conda/devcontainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"args": {
66
"CUDA": "12.5",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.02-cpp-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.04-cpp-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.02-cuda12.5-conda"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda12.5-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.2": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.4": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

‎.devcontainer/cuda12.5-pip/devcontainer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"args": {
66
"CUDA": "12.5",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.02-cpp-cuda12.5-ucx1.17.0-openmpi-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.04-cpp-cuda12.5-ucx1.17.0-openmpi-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.02-cuda12.5-pip"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda12.5-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.2": {
18+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.4": {
1919
"version": "12.5",
2020
"installcuBLAS": true,
2121
"installcuSOLVER": true,
2222
"installcuRAND": true,
2323
"installcuSPARSE": true
2424
},
25-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.2": {}
25+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.4": {}
2626
},
2727
"overrideFeatureInstallOrder": [
2828
"ghcr.io/rapidsai/devcontainers/features/cuda",

‎.github/workflows/build.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
cpp-build:
3030
secrets: inherit
31-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.02
31+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.04
3232
with:
3333
build_type: ${{ inputs.build_type || 'branch' }}
3434
branch: ${{ inputs.branch }}
@@ -37,7 +37,7 @@ jobs:
3737
python-build:
3838
needs: [cpp-build]
3939
secrets: inherit
40-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.02
40+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
4141
with:
4242
build_type: ${{ inputs.build_type || 'branch' }}
4343
branch: ${{ inputs.branch }}
@@ -46,7 +46,7 @@ jobs:
4646
docs-build:
4747
needs: cpp-build
4848
secrets: inherit
49-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02
49+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
5050
with:
5151
arch: "amd64"
5252
branch: ${{ inputs.branch }}
@@ -58,15 +58,15 @@ jobs:
5858
upload-conda:
5959
needs: [cpp-build, python-build]
6060
secrets: inherit
61-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.02
61+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.04
6262
with:
6363
build_type: ${{ inputs.build_type || 'branch' }}
6464
branch: ${{ inputs.branch }}
6565
date: ${{ inputs.date }}
6666
sha: ${{ inputs.sha }}
6767
wheel-build-cugraph-dgl:
6868
secrets: inherit
69-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
69+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
7070
with:
7171
build_type: ${{ inputs.build_type || 'branch' }}
7272
branch: ${{ inputs.branch }}
@@ -76,7 +76,7 @@ jobs:
7676
wheel-publish-cugraph-dgl:
7777
needs: wheel-build-cugraph-dgl
7878
secrets: inherit
79-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.02
79+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
8080
with:
8181
build_type: ${{ inputs.build_type || 'branch' }}
8282
branch: ${{ inputs.branch }}
@@ -86,7 +86,7 @@ jobs:
8686
package-type: python
8787
wheel-build-cugraph-pyg:
8888
secrets: inherit
89-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
89+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
9090
with:
9191
build_type: ${{ inputs.build_type || 'branch' }}
9292
branch: ${{ inputs.branch }}
@@ -96,7 +96,7 @@ jobs:
9696
wheel-publish-cugraph-pyg:
9797
needs: wheel-build-cugraph-pyg
9898
secrets: inherit
99-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.02
99+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
100100
with:
101101
build_type: ${{ inputs.build_type || 'branch' }}
102102
branch: ${{ inputs.branch }}
@@ -106,7 +106,7 @@ jobs:
106106
package-type: python
107107
wheel-build-pylibwholegraph:
108108
secrets: inherit
109-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
109+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
110110
with:
111111
build_type: ${{ inputs.build_type || 'branch' }}
112112
branch: ${{ inputs.branch }}
@@ -116,7 +116,7 @@ jobs:
116116
wheel-publish-pylibwholegraph:
117117
needs: wheel-build-pylibwholegraph
118118
secrets: inherit
119-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.02
119+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
120120
with:
121121
build_type: ${{ inputs.build_type || 'branch' }}
122122
branch: ${{ inputs.branch }}

‎.github/workflows/pr.yaml

+16-16
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- wheel-build-cugraph-pyg
3030
- wheel-tests-cugraph-pyg
3131
secrets: inherit
32-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.02
32+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
3333
if: always()
3434
with:
3535
needs: ${{ toJSON(needs) }}
@@ -47,7 +47,7 @@ jobs:
4747
repo: cugraph-gnn
4848
changed-files:
4949
secrets: inherit
50-
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.02
50+
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.04
5151
with:
5252
files_yaml: |
5353
test_cpp:
@@ -76,7 +76,7 @@ jobs:
7676
- '!readme_pages/**'
7777
devcontainer:
7878
secrets: inherit
79-
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.02
79+
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.04
8080
with:
8181
arch: '["amd64"]'
8282
cuda: '["12.5"]'
@@ -86,32 +86,32 @@ jobs:
8686
sccache -s;
8787
checks:
8888
secrets: inherit
89-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.02
89+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
9090
with:
9191
enable_check_generated_files: false
9292
conda-cpp-build:
9393
needs: checks
9494
secrets: inherit
95-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.02
95+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.04
9696
with:
9797
build_type: pull-request
9898
conda-cpp-tests:
9999
needs: [conda-cpp-build, changed-files]
100100
secrets: inherit
101-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.02
101+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04
102102
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
103103
with:
104104
build_type: pull-request
105105
conda-python-build:
106106
needs: conda-cpp-build
107107
secrets: inherit
108-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.02
108+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
109109
with:
110110
build_type: pull-request
111111
conda-notebook-tests:
112112
needs: [conda-python-build, changed-files]
113113
secrets: inherit
114-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02
114+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
115115
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks
116116
with:
117117
build_type: pull-request
@@ -122,15 +122,15 @@ jobs:
122122
conda-python-tests:
123123
needs: [conda-python-build, changed-files]
124124
secrets: inherit
125-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.02
125+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
126126
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
127127
with:
128128
build_type: pull-request
129129
matrix_filter: map(select(.ARCH == "amd64"))
130130
docs-build:
131131
needs: conda-cpp-build
132132
secrets: inherit
133-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02
133+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
134134
with:
135135
arch: "amd64"
136136
build_type: pull-request
@@ -139,14 +139,14 @@ jobs:
139139
wheel-build-pylibwholegraph:
140140
needs: checks
141141
secrets: inherit
142-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
142+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
143143
with:
144144
build_type: pull-request
145145
script: ci/build_wheel_pylibwholegraph.sh
146146
wheel-tests-pylibwholegraph:
147147
needs: [wheel-build-pylibwholegraph, changed-files]
148148
secrets: inherit
149-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.02
149+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
150150
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
151151
with:
152152
build_type: pull-request
@@ -155,14 +155,14 @@ jobs:
155155
wheel-build-cugraph-dgl:
156156
needs: checks
157157
secrets: inherit
158-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
158+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
159159
with:
160160
build_type: pull-request
161161
script: ci/build_wheel_cugraph-dgl.sh
162162
wheel-tests-cugraph-dgl:
163163
needs: [wheel-build-pylibwholegraph, wheel-build-cugraph-dgl, changed-files]
164164
secrets: inherit
165-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.02
165+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
166166
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
167167
with:
168168
build_type: pull-request
@@ -171,14 +171,14 @@ jobs:
171171
wheel-build-cugraph-pyg:
172172
needs: checks
173173
secrets: inherit
174-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
174+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
175175
with:
176176
build_type: pull-request
177177
script: ci/build_wheel_cugraph-pyg.sh
178178
wheel-tests-cugraph-pyg:
179179
needs: [wheel-build-pylibwholegraph, wheel-build-cugraph-pyg, changed-files]
180180
secrets: inherit
181-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.02
181+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
182182
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
183183
with:
184184
build_type: pull-request

‎.github/workflows/test.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ on:
1616
jobs:
1717
conda-cpp-tests:
1818
secrets: inherit
19-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.02
19+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04
2020
with:
2121
build_type: nightly
2222
branch: ${{ inputs.branch }}
2323
date: ${{ inputs.date }}
2424
sha: ${{ inputs.sha }}
2525
conda-notebook-tests:
2626
secrets: inherit
27-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02
27+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
2828
with:
2929
build_type: nightly
3030
branch: ${{ inputs.branch }}
@@ -36,7 +36,7 @@ jobs:
3636
run_script: "ci/test_notebooks.sh"
3737
conda-python-tests:
3838
secrets: inherit
39-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.02
39+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
4040
with:
4141
build_type: nightly
4242
branch: ${{ inputs.branch }}
@@ -45,7 +45,7 @@ jobs:
4545
matrix_filter: map(select((.ARCH == "amd64") and (.CUDA_VER | startswith("11.4") | not)))
4646
wheel-tests-pylibwholegraph:
4747
secrets: inherit
48-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.02
48+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
4949
with:
5050
build_type: nightly
5151
branch: ${{ inputs.branch }}
@@ -55,7 +55,7 @@ jobs:
5555
matrix_filter: map(select((.ARCH == "amd64") and (.CUDA_VER | startswith("11.4") | not)))
5656
wheel-tests-cugraph-dgl:
5757
secrets: inherit
58-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.02
58+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
5959
with:
6060
build_type: nightly
6161
branch: ${{ inputs.branch }}
@@ -65,7 +65,7 @@ jobs:
6565
matrix_filter: map(select((.ARCH == "amd64") and (.CUDA_VER | startswith("11.4") | not) and (.LINUX_VER != "rockylinux8")))
6666
wheel-tests-cugraph-pyg:
6767
secrets: inherit
68-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.02
68+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
6969
with:
7070
build_type: nightly
7171
branch: ${{ inputs.branch }}

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

+1-1
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.02
15+
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.04
1616
with:
1717
sender_login: ${{ github.event.sender.login }}
1818
sender_avatar: ${{ github.event.sender.avatar_url }}

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.02.00
1+
25.04.00

‎conda/environments/all_cuda-118_arch-x86_64.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ dependencies:
1212
- cuda-nvtx
1313
- cuda-version=11.8
1414
- cudatoolkit
15-
- cudf==25.2.*,>=0.0.0a0
16-
- cugraph==25.2.*,>=0.0.0a0
15+
- cudf==25.4.*,>=0.0.0a0
16+
- cugraph==25.4.*,>=0.0.0a0
1717
- cupy>=12.0.0
1818
- cython>=3.0.0
19-
- dask-cudf==25.2.*,>=0.0.0a0
19+
- dask-cudf==25.4.*,>=0.0.0a0
2020
- dglteam/label/th23_cu118::dgl>=2.4.0.th23.cu*
2121
- doxygen
2222
- gcc_linux-64=11.*
@@ -41,7 +41,7 @@ dependencies:
4141
- pytorch>=2.3
4242
- pytorch_geometric>=2.5,<2.6
4343
- rapids-build-backend>=0.3.0,<0.4.0.dev0
44-
- rmm==25.2.*,>=0.0.0a0
44+
- rmm==25.4.*,>=0.0.0a0
4545
- scikit-build-core>=0.10.0
4646
- scipy
4747
- setuptools>=61.0.0

‎conda/environments/all_cuda-121_arch-x86_64.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies:
1515
- cuda-nvtx-dev
1616
- cuda-profiler-api
1717
- cuda-version=12.1
18-
- cudf==25.2.*,>=0.0.0a0
19-
- cugraph==25.2.*,>=0.0.0a0
18+
- cudf==25.4.*,>=0.0.0a0
19+
- cugraph==25.4.*,>=0.0.0a0
2020
- cupy>=12.0.0
2121
- cython>=3.0.0
22-
- dask-cudf==25.2.*,>=0.0.0a0
22+
- dask-cudf==25.4.*,>=0.0.0a0
2323
- dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu*
2424
- doxygen
2525
- gcc_linux-64=13.*
@@ -47,7 +47,7 @@ dependencies:
4747
- pytorch>=2.3
4848
- pytorch_geometric>=2.5,<2.6
4949
- rapids-build-backend>=0.3.0,<0.4.0.dev0
50-
- rmm==25.2.*,>=0.0.0a0
50+
- rmm==25.4.*,>=0.0.0a0
5151
- scikit-build-core>=0.10.0
5252
- scipy
5353
- setuptools>=61.0.0

‎conda/environments/all_cuda-124_arch-x86_64.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies:
1515
- cuda-nvtx-dev
1616
- cuda-profiler-api
1717
- cuda-version=12.4
18-
- cudf==25.2.*,>=0.0.0a0
19-
- cugraph==25.2.*,>=0.0.0a0
18+
- cudf==25.4.*,>=0.0.0a0
19+
- cugraph==25.4.*,>=0.0.0a0
2020
- cupy>=12.0.0
2121
- cython>=3.0.0
22-
- dask-cudf==25.2.*,>=0.0.0a0
22+
- dask-cudf==25.4.*,>=0.0.0a0
2323
- dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu*
2424
- doxygen
2525
- gcc_linux-64=13.*
@@ -47,7 +47,7 @@ dependencies:
4747
- pytorch>=2.3
4848
- pytorch_geometric>=2.5,<2.6
4949
- rapids-build-backend>=0.3.0,<0.4.0.dev0
50-
- rmm==25.2.*,>=0.0.0a0
50+
- rmm==25.4.*,>=0.0.0a0
5151
- scikit-build-core>=0.10.0
5252
- scipy
5353
- setuptools>=61.0.0

‎dependencies.yaml

+19-19
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ dependencies:
449449
common:
450450
- output_types: conda
451451
packages:
452-
- &pylibwholegraph_unsuffixed pylibwholegraph==25.2.*,>=0.0.0a0
452+
- &pylibwholegraph_unsuffixed pylibwholegraph==25.4.*,>=0.0.0a0
453453
- output_types: requirements
454454
packages:
455455
# pip recognizes the index as a global option for the requirements.txt file
@@ -462,19 +462,19 @@ dependencies:
462462
cuda: "12.*"
463463
cuda_suffixed: "true"
464464
packages:
465-
- pylibwholegraph-cu12==25.2.*,>=0.0.0a0
465+
- pylibwholegraph-cu12==25.4.*,>=0.0.0a0
466466
- matrix:
467467
cuda: "11.*"
468468
cuda_suffixed: "true"
469469
packages:
470-
- pylibwholegraph-cu11==25.2.*,>=0.0.0a0
470+
- pylibwholegraph-cu11==25.4.*,>=0.0.0a0
471471
- {matrix: null, packages: [*pylibwholegraph_unsuffixed]}
472472

473473
depends_on_rmm:
474474
common:
475475
- output_types: conda
476476
packages:
477-
- &rmm_unsuffixed rmm==25.2.*,>=0.0.0a0
477+
- &rmm_unsuffixed rmm==25.4.*,>=0.0.0a0
478478
- output_types: requirements
479479
packages:
480480
# pip recognizes the index as a global option for the requirements.txt file
@@ -487,19 +487,19 @@ dependencies:
487487
cuda: "12.*"
488488
cuda_suffixed: "true"
489489
packages:
490-
- rmm-cu12==25.2.*,>=0.0.0a0
490+
- rmm-cu12==25.4.*,>=0.0.0a0
491491
- matrix:
492492
cuda: "11.*"
493493
cuda_suffixed: "true"
494494
packages:
495-
- rmm-cu11==25.2.*,>=0.0.0a0
495+
- rmm-cu11==25.4.*,>=0.0.0a0
496496
- {matrix: null, packages: [*rmm_unsuffixed]}
497497

498498
depends_on_cugraph:
499499
common:
500500
- output_types: conda
501501
packages:
502-
- &cugraph_unsuffixed cugraph==25.2.*,>=0.0.0a0
502+
- &cugraph_unsuffixed cugraph==25.4.*,>=0.0.0a0
503503
- output_types: requirements
504504
packages:
505505
# pip recognizes the index as a global option for the requirements.txt file
@@ -512,25 +512,25 @@ dependencies:
512512
cuda: "12.*"
513513
cuda_suffixed: "true"
514514
packages:
515-
- cugraph-cu12==25.2.*,>=0.0.0a0
515+
- cugraph-cu12==25.4.*,>=0.0.0a0
516516
- matrix:
517517
cuda: "11.*"
518518
cuda_suffixed: "true"
519519
packages:
520-
- cugraph-cu11==25.2.*,>=0.0.0a0
520+
- cugraph-cu11==25.4.*,>=0.0.0a0
521521
- {matrix: null, packages: [*cugraph_unsuffixed]}
522522

523523
depends_on_cugraph_dgl:
524524
common:
525525
- output_types: conda
526526
packages:
527-
- cugraph-dgl==25.2.*,>=0.0.0a0
527+
- cugraph-dgl==25.4.*,>=0.0.0a0
528528

529529
depends_on_cudf:
530530
common:
531531
- output_types: conda
532532
packages:
533-
- &cudf_unsuffixed cudf==25.2.*,>=0.0.0a0
533+
- &cudf_unsuffixed cudf==25.4.*,>=0.0.0a0
534534
- output_types: requirements
535535
packages:
536536
# pip recognizes the index as a global option for the requirements.txt file
@@ -543,19 +543,19 @@ dependencies:
543543
cuda: "12.*"
544544
cuda_suffixed: "true"
545545
packages:
546-
- cudf-cu12==25.2.*,>=0.0.0a0
546+
- cudf-cu12==25.4.*,>=0.0.0a0
547547
- matrix:
548548
cuda: "11.*"
549549
cuda_suffixed: "true"
550550
packages:
551-
- cudf-cu11==25.2.*,>=0.0.0a0
551+
- cudf-cu11==25.4.*,>=0.0.0a0
552552
- {matrix: null, packages: [*cudf_unsuffixed]}
553553

554554
depends_on_dask_cudf:
555555
common:
556556
- output_types: conda
557557
packages:
558-
- &dask_cudf_unsuffixed dask-cudf==25.2.*,>=0.0.0a0
558+
- &dask_cudf_unsuffixed dask-cudf==25.4.*,>=0.0.0a0
559559
- output_types: requirements
560560
packages:
561561
# pip recognizes the index as a global option for the requirements.txt file
@@ -568,19 +568,19 @@ dependencies:
568568
cuda: "12.*"
569569
cuda_suffixed: "true"
570570
packages:
571-
- dask-cudf-cu12==25.2.*,>=0.0.0a0
571+
- dask-cudf-cu12==25.4.*,>=0.0.0a0
572572
- matrix:
573573
cuda: "11.*"
574574
cuda_suffixed: "true"
575575
packages:
576-
- dask-cudf-cu11==25.2.*,>=0.0.0a0
576+
- dask-cudf-cu11==25.4.*,>=0.0.0a0
577577
- {matrix: null, packages: [*dask_cudf_unsuffixed]}
578578

579579
depends_on_pylibcugraph:
580580
common:
581581
- output_types: conda
582582
packages:
583-
- &pylibcugraph_unsuffixed pylibcugraph==25.2.*,>=0.0.0a0
583+
- &pylibcugraph_unsuffixed pylibcugraph==25.4.*,>=0.0.0a0
584584
- output_types: requirements
585585
packages:
586586
# pip recognizes the index as a global option for the requirements.txt file
@@ -593,12 +593,12 @@ dependencies:
593593
cuda: "12.*"
594594
cuda_suffixed: "true"
595595
packages:
596-
- pylibcugraph-cu12==25.2.*,>=0.0.0a0
596+
- pylibcugraph-cu12==25.4.*,>=0.0.0a0
597597
- matrix:
598598
cuda: "11.*"
599599
cuda_suffixed: "true"
600600
packages:
601-
- pylibcugraph-cu11==25.2.*,>=0.0.0a0
601+
- pylibcugraph-cu11==25.4.*,>=0.0.0a0
602602
- {matrix: null, packages: [*pylibcugraph_unsuffixed]}
603603

604604
depends_on_cupy:

‎python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
- conda-forge
88
- nvidia
99
dependencies:
10-
- cugraph==25.2.*,>=0.0.0a0
10+
- cugraph==25.4.*,>=0.0.0a0
1111
- dgl>=2.4.0.cu*
1212
- dglteam/label/th23_cu118::dgl>=2.4.0.th23.cu*
1313
- pre-commit

‎python/cugraph-dgl/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ classifiers = [
2424
"Programming Language :: Python",
2525
]
2626
dependencies = [
27-
"cugraph==25.2.*,>=0.0.0a0",
27+
"cugraph==25.4.*,>=0.0.0a0",
2828
"numba>=0.57",
2929
"numpy>=1.23,<3.0a0",
3030
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
3131

3232
[project.optional-dependencies]
3333
test = [
34-
"pylibwholegraph==25.2.*,>=0.0.0a0",
34+
"pylibwholegraph==25.4.*,>=0.0.0a0",
3535
"pytest",
3636
"pytest-benchmark",
3737
"pytest-cov",

‎python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
- conda-forge
88
- nvidia
99
dependencies:
10-
- cugraph==25.2.*,>=0.0.0a0
10+
- cugraph==25.4.*,>=0.0.0a0
1111
- pre-commit
1212
- pydantic
1313
- pytest

‎python/cugraph-pyg/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.12",
3131
]
3232
dependencies = [
33-
"cugraph==25.2.*,>=0.0.0a0",
33+
"cugraph==25.4.*,>=0.0.0a0",
3434
"numba>=0.57",
3535
"numpy>=1.23,<3.0a0",
3636
"pandas",
@@ -44,7 +44,7 @@ Documentation = "https://docs.rapids.ai/api/cugraph/stable/"
4444
[project.optional-dependencies]
4545
test = [
4646
"ogb",
47-
"pylibwholegraph==25.2.*,>=0.0.0a0",
47+
"pylibwholegraph==25.4.*,>=0.0.0a0",
4848
"pytest",
4949
"pytest-benchmark",
5050
"pytest-cov",

0 commit comments

Comments
 (0)
Please sign in to comment.