Skip to content

Commit dbb36a4

Browse files
Update gpuCI RAPIDS_VER to 24.02 (#1271)
* 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]>
1 parent 779b6bb commit dbb36a4

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

continuous_integration/gpuci/axis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ LINUX_VER:
99
- ubuntu20.04
1010

1111
RAPIDS_VER:
12-
- "23.12"
12+
- "24.02"
1313

1414
excludes:

continuous_integration/gpuci/environment-3.10.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ dependencies:
4343
- uvicorn>=0.13.4
4444
# GPU-specific requirements
4545
- cudatoolkit=11.5
46-
- cudf=23.12
47-
- cuml=23.12
48-
- dask-cudf=23.12
49-
- dask-cuda=23.12
46+
- cudf=24.02
47+
- cuml=24.02
48+
- dask-cudf=24.02
49+
- dask-cuda=24.02
5050
- ucx-proc=*=gpu
51-
- ucx-py=0.35
51+
- ucx-py=0.36
5252
- xgboost=*=rapidsai_py*
5353
- libxgboost=*=rapidsai_h*
54-
# TODO: unpin after RAPIDS 23.12 release
54+
# TODO: unpin after RAPIDS 24.02 release
5555
# - pip
5656
# - pip:
5757
# - git+https://github.com/dask/dask

continuous_integration/gpuci/environment-3.9.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ dependencies:
4343
- uvicorn>=0.13.4
4444
# GPU-specific requirements
4545
- cudatoolkit=11.5
46-
- cudf=23.12
47-
- cuml=23.12
48-
- dask-cudf=23.12
49-
- dask-cuda=23.12
46+
- cudf=24.02
47+
- cuml=24.02
48+
- dask-cudf=24.02
49+
- dask-cuda=24.02
5050
- ucx-proc=*=gpu
51-
- ucx-py=0.35
51+
- ucx-py=0.36
5252
- xgboost=*=rapidsai_py*
5353
- libxgboost=*=rapidsai_h*
54-
# TODO: unpin after RAPIDS 23.12 release
54+
# TODO: unpin after RAPIDS 24.02 release
5555
# - pip
5656
# - pip:
5757
# - git+https://github.com/dask/dask

tests/unit/test_queries.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
28,
1717
35,
1818
36,
19-
38, # FIXME: failing due to https://github.com/rapidsai/cudf/issues/14200
2019
39,
2120
41,
2221
44,

0 commit comments

Comments
 (0)