Skip to content

Commit f5d1021

Browse files
Test RAPIDS 26.2.0 (#89)
Bumps our RAPIDS pin from 25.12.0 to 26.2.0
1 parent dc1a426 commit f5d1021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RAPIDS_PY_CUDA_SUFFIX=$(echo "cu${RAPIDS_CUDA_VERSION:-12.15.1}" | cut -d '.' -f
1010

1111
# Controls which branch of rapids libraries give us the tests.
1212
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"
13+
export RAPIDS_VERSION_RANGE=">=26.2.0a0,<26.4.0a0"
14+
export UCXX_VERSION_RANGE=">=0.48.0a0,<0.49.0a0"
1515

1616

1717
# scipy pinned to <1.16.0 to avoid deprecation warnings -> errors.

0 commit comments

Comments
 (0)