Skip to content

Commit

Permalink
Update gpuCI RAPIDS_VER to 24.04 (#1293)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 1, 2024
1 parent 93bb1e5 commit e9db6af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/axis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ LINUX_VER:
- ubuntu20.04

RAPIDS_VER:
- "24.02"
- "24.04"

excludes:
10 changes: 5 additions & 5 deletions continuous_integration/gpuci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ dependencies:
- uvicorn>=0.13.4
# GPU-specific requirements
- cudatoolkit=11.8
- cudf=24.02
- cuml=24.02
- dask-cudf=24.02
- dask-cuda=24.02
- cudf=24.04
- cuml=24.04
- dask-cudf=24.04
- dask-cuda=24.04
- ucx-proc=*=gpu
- ucx-py=0.36
- ucx-py=0.37
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
10 changes: 5 additions & 5 deletions continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ dependencies:
- uvicorn>=0.13.4
# GPU-specific requirements
- cudatoolkit=11.8
- cudf=24.02
- cuml=24.02
- dask-cudf=24.02
- dask-cuda=24.02
- cudf=24.04
- cuml=24.04
- dask-cudf=24.04
- dask-cuda=24.04
- ucx-proc=*=gpu
- ucx-py=0.36
- ucx-py=0.37
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*

0 comments on commit e9db6af

Please sign in to comment.