From 69985b316e8e6ff8bd98c57807f1a98a612b86ef Mon Sep 17 00:00:00 2001 From: brandon-b-miller Date: Mon, 13 Oct 2025 02:54:57 -0700 Subject: [PATCH] switch to stable cudf --- ci/test_thirdparty.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test_thirdparty.sh b/ci/test_thirdparty.sh index 0650f7b5b..7d83c4a07 100755 --- a/ci/test_thirdparty.sh +++ b/ci/test_thirdparty.sh @@ -9,8 +9,8 @@ CUDA_VER_MAJOR_MINOR=${CUDA_VER%.*} rapids-logger "Install cuDF Wheel" pip install \ - --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple \ - "cudf-cu12>=25.10.0a0,<=25.10" "dask-cuda>=25.10.0a0,<=25.10" + --extra-index-url=https://pypi.nvidia.com \ + "cudf-cu12==25.10.*" rapids-logger "Remove Extraneous numba-cuda"