Skip to content

Commit

Permalink
Update gpuCI RAPIDS_VER to 24.06 (#1317)
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 26, 2024
1 parent 3fdf719 commit 7600f60
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.04"
- "24.06"

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 @@ -43,11 +43,11 @@ dependencies:
- uvicorn>=0.14
# GPU-specific requirements
- cudatoolkit=11.8
- cudf=24.04
- cuml=24.04
- dask-cudf=24.04
- dask-cuda=24.04
- cudf=24.06
- cuml=24.06
- dask-cudf=24.06
- dask-cuda=24.06
- ucx-proc=*=gpu
- ucx-py=0.37
- ucx-py=0.38
- 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 @@ -43,11 +43,11 @@ dependencies:
- uvicorn>=0.14
# GPU-specific requirements
- cudatoolkit=11.8
- cudf=24.04
- cuml=24.04
- dask-cudf=24.04
- dask-cuda=24.04
- cudf=24.06
- cuml=24.06
- dask-cudf=24.06
- dask-cuda=24.06
- ucx-proc=*=gpu
- ucx-py=0.37
- ucx-py=0.38
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*

0 comments on commit 7600f60

Please sign in to comment.