File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ rapids-mamba-retry create -n docs \
1313 sphinx \
1414 sphinx_rtd_theme \
1515 numpydoc \
16- python=${RAPIDS_PY_VERSION} \
17- numpy=2.2
16+ python=${RAPIDS_PY_VERSION}
1817
1918# Temporarily allow unbound variables for conda activation.
2019set +u
Original file line number Diff line number Diff line change @@ -7,16 +7,11 @@ set -euo pipefail
77
88if [ " ${CUDA_VER% .* .* } " = " 11" ]; then
99 CTK_PACKAGES=" cudatoolkit=11"
10- # 11.8 Packages test with Python 3.9 and 3.10, so use a NumPy that is
11- # available for those Python versions
12- NUMPY_VERSION=2.0
1310else
1411 CTK_PACKAGES=" cuda-cccl cuda-nvcc-impl cuda-nvrtc libcurand-dev"
1512 apt-get update
1613 apt remove --purge ` dpkg --get-selections | grep cuda-nvvm | awk ' {print $1}' ` -y
1714 apt remove --purge ` dpkg --get-selections | grep cuda-nvrtc | awk ' {print $1}' ` -y
18- # Use the latest supported NumPy
19- NUMPY_VERSION=2.2
2015fi
2116
2217
@@ -33,8 +28,7 @@ rapids-mamba-retry create -n test \
3328 psutil \
3429 pytest \
3530 cffi \
36- python=${RAPIDS_PY_VERSION} \
37- numpy=${NUMPY_VERSION}
31+ python=${RAPIDS_PY_VERSION}
3832
3933# Temporarily allow unbound variables for conda activation.
4034set +u
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ rapids-mamba-retry create -n test \
2323 psutil \
2424 pytest \
2525 cffi \
26- python=${RAPIDS_PY_VERSION} \
27- numpy=2.2
26+ python=${RAPIDS_PY_VERSION}
2827
2928# Temporarily allow unbound variables for conda activation.
3029set +u
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ rapids-mamba-retry create -n test \
1111 psutil \
1212 pytest \
1313 cffi \
14- python=${RAPIDS_PY_VERSION} \
15- numpy=2.2
14+ python=${RAPIDS_PY_VERSION}
1615
1716# Temporarily allow unbound variables for conda activation.
1817set +u
You can’t perform that action at this time.
0 commit comments