Skip to content

Commit

Permalink
Bump gpuCI environments to 23.12
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Oct 13, 2023
1 parent 31b8fc9 commit c0d5113
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions continuous_integration/gpuci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ dependencies:
- uvicorn>=0.13.4
# GPU-specific requirements
- cudatoolkit=11.5
- cudf=23.10
- cuml=23.10
- dask-cudf=23.10
- dask-cuda=23.10
- cudf=23.12
- cuml=23.12
- dask-cudf=23.12
- dask-cuda=23.12
- ucx-proc=*=gpu
- ucx-py=0.34
- xgboost=*=rapidsai_py*
Expand Down
8 changes: 4 additions & 4 deletions continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ dependencies:
- uvicorn>=0.13.4
# GPU-specific requirements
- cudatoolkit=11.5
- cudf=23.10
- cuml=23.10
- dask-cudf=23.10
- dask-cuda=23.10
- cudf=23.12
- cuml=23.12
- dask-cudf=23.12
- dask-cuda=23.12
- ucx-proc=*=gpu
- ucx-py=0.34
- xgboost=*=rapidsai_py*
Expand Down

0 comments on commit c0d5113

Please sign in to comment.