Skip to content

Commit 5185452

Browse files
committed
o cap numpy in upstream ci
1 parent 7c7a04e commit 5185452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/install-upstream.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ conda list
2626
# use stable pandas (not nightly) due to geopandas incompatibility with pandas nightly internals
2727
# (see: https://github.com/UXARRAY/uxarray/issues/1414)
2828
python -m pip install \
29+
'numpy<2.5' \
2930
'pandas>=2.0.0'
3031

3132
python -m pip install \
3233
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
3334
--no-deps \
3435
--pre \
3536
--upgrade \
36-
numpy \
3737
scikit-learn \
3838
scipy \
3939
xarray

0 commit comments

Comments
 (0)