Skip to content

Commit 96d6ce5

Browse files
committed
o scientific-python nightly wheels index only has numpy 2.4.0.dev0, not 2.3 or earlier. Handling separately
1 parent c5189c3 commit 96d6ce5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/install-upstream.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ conda list
2424

2525
# if available install from scientific-python nightly wheels
2626
# constrain numpy to <=2.3 until numba supports newer versions
27+
python -m pip install \
28+
'numpy<=2.3'
29+
2730
python -m pip install \
2831
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
2932
--no-deps \
3033
--pre \
3134
--upgrade \
32-
'numpy<=2.3' \
3335
pandas \
3436
scikit-learn \
3537
scipy \

0 commit comments

Comments
 (0)