Skip to content

Commit e473b03

Browse files
Update gpuCI RAPIDS_VER to 23.02 (#958)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Charles Blackmon-Luca <[email protected]>
1 parent 8e61d0c commit e473b03

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

continuous_integration/gpuci/axis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ LINUX_VER:
88
- ubuntu18.04
99

1010
RAPIDS_VER:
11-
- "22.12"
11+
- "23.02"
1212

1313
excludes:

continuous_integration/gpuci/environment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ dependencies:
3838
- uvicorn>=0.13.4
3939
# GPU-specific requirements
4040
- cudatoolkit=11.5
41-
- cudf=22.12
42-
- cuml=22.12
43-
- dask-cudf=22.12
44-
- dask-cuda=22.12
41+
- cudf=23.02
42+
- cuml=23.02
43+
- dask-cudf=23.02
44+
- dask-cuda=23.02
4545
- numpy>=1.20.1
4646
- ucx-proc=*=gpu
47-
- ucx-py=0.29
47+
- ucx-py=0.30
4848
- xgboost=*=cuda_*

0 commit comments

Comments
 (0)