We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1a426 commit f5d1021Copy full SHA for f5d1021
scripts/install.sh
@@ -10,8 +10,8 @@ RAPIDS_PY_CUDA_SUFFIX=$(echo "cu${RAPIDS_CUDA_VERSION:-12.15.1}" | cut -d '.' -f
10
11
# Controls which branch of rapids libraries give us the tests.
12
export RAPIDS_BRANCH="main"
13
-export RAPIDS_VERSION_RANGE=">=25.12.0a0,<26.0.0a0"
14
-export UCXX_VERSION_RANGE=">=0.47.0a0,<0.48.0a0"
+export RAPIDS_VERSION_RANGE=">=26.2.0a0,<26.4.0a0"
+export UCXX_VERSION_RANGE=">=0.48.0a0,<0.49.0a0"
15
16
17
# scipy pinned to <1.16.0 to avoid deprecation warnings -> errors.
0 commit comments