File tree 5 files changed +17
-17
lines changed
continuous_integration/gpuci
5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ LINUX_VER:
10
10
- ubuntu20.04
11
11
12
12
RAPIDS_VER :
13
- - " 24.06 "
13
+ - " 24.08 "
14
14
15
15
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 @@ -43,11 +43,11 @@ dependencies:
43
43
- uvicorn>=0.14
44
44
# GPU-specific requirements
45
45
- cudatoolkit=11.8
46
- - cudf=24.06
47
- - cuml=24.06
48
- - dask-cudf=24.06
49
- - dask-cuda=24.06
46
+ - cudf=24.08
47
+ - cuml=24.08
48
+ - dask-cudf=24.08
49
+ - dask-cuda=24.08
50
50
- ucx-proc=*=gpu
51
- - ucx-py=0.38
51
+ - ucx-py=0.39
52
52
- xgboost=*=rapidsai_py*
53
53
- libxgboost=*=rapidsai_h*
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ dependencies:
43
43
- uvicorn>=0.14
44
44
# GPU-specific requirements
45
45
- cudatoolkit=11.8
46
- - cudf=24.06
47
- - cuml=24.06
48
- - dask-cudf=24.06
49
- - dask-cuda=24.06
46
+ - cudf=24.08
47
+ - cuml=24.08
48
+ - dask-cudf=24.08
49
+ - dask-cuda=24.08
50
50
- ucx-proc=*=gpu
51
- - ucx-py=0.38
51
+ - ucx-py=0.39
52
52
- xgboost=*=rapidsai_py*
53
53
- libxgboost=*=rapidsai_h*
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ dependencies:
43
43
- uvicorn>=0.14
44
44
# GPU-specific requirements
45
45
- cudatoolkit=11.8
46
- - cudf=24.06
47
- - cuml=24.06
48
- - dask-cudf=24.06
49
- - dask-cuda=24.06
46
+ - cudf=24.08
47
+ - cuml=24.08
48
+ - dask-cudf=24.08
49
+ - dask-cuda=24.08
50
50
- ucx-proc=*=gpu
51
- - ucx-py=0.38
51
+ - ucx-py=0.39
52
52
- xgboost=*=rapidsai_py*
53
53
- libxgboost=*=rapidsai_h*
You can’t perform that action at this time.
0 commit comments