Skip to content

Commit 7600f60

Browse files
Update gpuCI RAPIDS_VER to 24.06 (#1317)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3fdf719 commit 7600f60

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

continuous_integration/gpuci/axis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ LINUX_VER:
99
- ubuntu20.04
1010

1111
RAPIDS_VER:
12-
- "24.04"
12+
- "24.06"
1313

1414
excludes:

continuous_integration/gpuci/environment-3.10.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ dependencies:
4343
- uvicorn>=0.14
4444
# GPU-specific requirements
4545
- cudatoolkit=11.8
46-
- cudf=24.04
47-
- cuml=24.04
48-
- dask-cudf=24.04
49-
- dask-cuda=24.04
46+
- cudf=24.06
47+
- cuml=24.06
48+
- dask-cudf=24.06
49+
- dask-cuda=24.06
5050
- ucx-proc=*=gpu
51-
- ucx-py=0.37
51+
- ucx-py=0.38
5252
- xgboost=*=rapidsai_py*
5353
- libxgboost=*=rapidsai_h*

continuous_integration/gpuci/environment-3.9.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ dependencies:
4343
- uvicorn>=0.14
4444
# GPU-specific requirements
4545
- cudatoolkit=11.8
46-
- cudf=24.04
47-
- cuml=24.04
48-
- dask-cudf=24.04
49-
- dask-cuda=24.04
46+
- cudf=24.06
47+
- cuml=24.06
48+
- dask-cudf=24.06
49+
- dask-cuda=24.06
5050
- ucx-proc=*=gpu
51-
- ucx-py=0.37
51+
- ucx-py=0.38
5252
- xgboost=*=rapidsai_py*
5353
- libxgboost=*=rapidsai_h*

0 commit comments

Comments
 (0)