File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
continuous_integration/gpuci Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ LINUX_VER:
99- ubuntu20.04
1010
1111RAPIDS_VER :
12- - " 24.06 "
12+ - " 24.08 "
1313
1414excludes :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cd "$WORKSPACE"
2323# Determine CUDA release version
2424export CUDA_REL=${CUDA_VERSION% .* }
2525
26- # TODO: remove once RAPIDS 24.06 has support for query planning
26+ # TODO: remove once RAPIDS 24.08 has support for query planning
2727export DASK_DATAFRAME__QUERY_PLANNING=false
2828
2929# ###############################################################################
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ dependencies:
4444- uvicorn>=0.14
4545# GPU-specific requirements
4646- 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
5151- ucx-proc=*=gpu
52- - ucx-py=0.38
52+ - ucx-py=0.39
5353- xgboost=*=rapidsai_py*
5454- libxgboost=*=rapidsai_h*
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ dependencies:
4444- uvicorn>=0.14
4545# GPU-specific requirements
4646- 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
5151- ucx-proc=*=gpu
52- - ucx-py=0.38
52+ - ucx-py=0.39
5353- xgboost=*=rapidsai_py*
5454- libxgboost=*=rapidsai_h*
You can’t perform that action at this time.
0 commit comments