File tree 4 files changed +12
-12
lines changed
continuous_integration/gpuci
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ LINUX_VER:
9
9
- ubuntu20.04
10
10
11
11
RAPIDS_VER :
12
- - " 24.06 "
12
+ - " 24.08 "
13
13
14
14
excludes :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cd "$WORKSPACE"
23
23
# Determine CUDA release version
24
24
export CUDA_REL=${CUDA_VERSION% .* }
25
25
26
- # TODO: remove once RAPIDS 24.06 has support for query planning
26
+ # TODO: remove once RAPIDS 24.08 has support for query planning
27
27
export DASK_DATAFRAME__QUERY_PLANNING=false
28
28
29
29
# ###############################################################################
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ dependencies:
44
44
- uvicorn>=0.14
45
45
# GPU-specific requirements
46
46
- cudatoolkit=11.8
47
- - cudf=24.06
48
- - cuml=24.06
49
- - dask-cudf=24.06
50
- - dask-cuda=24.06
47
+ - cudf=24.08
48
+ - cuml=24.08
49
+ - dask-cudf=24.08
50
+ - dask-cuda=24.08
51
51
- ucx-proc=*=gpu
52
- - ucx-py=0.38
52
+ - ucx-py=0.39
53
53
- xgboost=*=rapidsai_py*
54
54
- libxgboost=*=rapidsai_h*
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ dependencies:
44
44
- uvicorn>=0.14
45
45
# GPU-specific requirements
46
46
- cudatoolkit=11.8
47
- - cudf=24.06
48
- - cuml=24.06
49
- - dask-cudf=24.06
50
- - dask-cuda=24.06
47
+ - cudf=24.08
48
+ - cuml=24.08
49
+ - dask-cudf=24.08
50
+ - dask-cuda=24.08
51
51
- ucx-proc=*=gpu
52
- - ucx-py=0.38
52
+ - ucx-py=0.39
53
53
- xgboost=*=rapidsai_py*
54
54
- libxgboost=*=rapidsai_h*
You can’t perform that action at this time.
0 commit comments