Skip to content

Commit

Permalink
Update gpuCI RAPIDS_VER to 24.02 (#1271)
Browse files Browse the repository at this point in the history
* Update gpuCI `RAPIDS_VER` to `24.02`

* Un-xfail q38

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Charles Blackmon-Luca <[email protected]>
  • Loading branch information
github-actions[bot] and charlesbluca committed Dec 12, 2023
1 parent 779b6bb commit dbb36a4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 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:
- "23.12"
- "24.02"

excludes:
12 changes: 6 additions & 6 deletions continuous_integration/gpuci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ 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=24.02
- cuml=24.02
- dask-cudf=24.02
- dask-cuda=24.02
- ucx-proc=*=gpu
- ucx-py=0.35
- ucx-py=0.36
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
# TODO: unpin after RAPIDS 23.12 release
# TODO: unpin after RAPIDS 24.02 release
# - pip
# - pip:
# - git+https://github.com/dask/dask
Expand Down
12 changes: 6 additions & 6 deletions continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ 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=24.02
- cuml=24.02
- dask-cudf=24.02
- dask-cuda=24.02
- ucx-proc=*=gpu
- ucx-py=0.35
- ucx-py=0.36
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
# TODO: unpin after RAPIDS 23.12 release
# TODO: unpin after RAPIDS 24.02 release
# - pip
# - pip:
# - git+https://github.com/dask/dask
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
28,
35,
36,
38, # FIXME: failing due to https://github.com/rapidsai/cudf/issues/14200
39,
41,
44,
Expand Down

0 comments on commit dbb36a4

Please sign in to comment.