From 89770692cee67f261d0a5cdd5f5b28ef82342450 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:25:01 -0400 Subject: [PATCH] Update gpuCI `RAPIDS_VER` to `24.12` (#104) * Update gpuCI `RAPIDS_VER` to `24.12`, `UCX_PY_VER` to `0.41` * Drop unnecessary matrix exclude rule --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> --- ci/axis/dask.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ci/axis/dask.yaml b/ci/axis/dask.yaml index 830bcb9..44cbd73 100644 --- a/ci/axis/dask.yaml +++ b/ci/axis/dask.yaml @@ -15,13 +15,10 @@ LINUX_VER: - ubuntu20.04 RAPIDS_VER: - - '24.08' - '24.10' + - '24.12' excludes: # dask-image gpuCI isn't dependent on RAPIDS - BUILD_NAME: dask_image - RAPIDS_VER: '24.08' - # Python 3.12 support was first added in RAPIDS 24.10 - - PYTHON_VER: '3.12' - RAPIDS_VER: '24.08' + RAPIDS_VER: '24.10'