Skip to content

Commit

Permalink
Undo RAPIDS version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Oct 13, 2023
1 parent 9957945 commit 8882341
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
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 @@ -41,12 +41,12 @@ dependencies:
- uvicorn>=0.13.4
# GPU-specific requirements
- cudatoolkit=11.5
- cudf=23.12
- cuml=23.12
- dask-cudf=23.12
- dask-cuda=23.12
- cudf=23.10
- cuml=23.10
- dask-cudf=23.10
- dask-cuda=23.10
- ucx-proc=*=gpu
- ucx-py=0.35
- ucx-py=0.34
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
# TODO: unpin after RAPIDS 23.12 release
Expand Down
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 @@ -41,12 +41,12 @@ dependencies:
- uvicorn>=0.13.4
# GPU-specific requirements
- cudatoolkit=11.5
- cudf=23.12
- cuml=23.12
- dask-cudf=23.12
- dask-cuda=23.12
- cudf=23.10
- cuml=23.10
- dask-cudf=23.10
- dask-cuda=23.10
- ucx-proc=*=gpu
- ucx-py=0.35
- ucx-py=0.34
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
# TODO: unpin after RAPIDS 23.12 release
Expand Down

0 comments on commit 8882341

Please sign in to comment.