Skip to content

Commit 9398b3c

Browse files
committed
o Missed version on nightly wheels
1 parent 8a6ae77 commit 9398b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install-upstream.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ conda remove -y --force \
88
datashader \
99
distributed \
1010
holoviews \
11-
numpy<2.3 \
11+
numpy \
1212
pandas \
1313
scikit-learn \
1414
scipy \
@@ -28,7 +28,7 @@ python -m pip install \
2828
--no-deps \
2929
--pre \
3030
--upgrade \
31-
numpy \
31+
numpy<=2.3 \
3232
pandas \
3333
scikit-learn \
3434
scipy \

0 commit comments

Comments
 (0)