Skip to content

Commit 0e79ced

Browse files
committed
o keep upstream numpy
1 parent 5185452 commit 0e79ced

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ci/install-upstream.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ conda remove -y --force \
88
datashader \
99
distributed \
1010
holoviews \
11-
numpy \
1211
pandas \
1312
scikit-learn \
1413
scipy \
@@ -26,7 +25,6 @@ conda list
2625
# use stable pandas (not nightly) due to geopandas incompatibility with pandas nightly internals
2726
# (see: https://github.com/UXARRAY/uxarray/issues/1414)
2827
python -m pip install \
29-
'numpy<2.5' \
3028
'pandas>=2.0.0'
3129

3230
python -m pip install \

0 commit comments

Comments
 (0)