We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5185452 commit 0e79cedCopy full SHA for 0e79ced
1 file changed
ci/install-upstream.sh
@@ -8,7 +8,6 @@ conda remove -y --force \
8
datashader \
9
distributed \
10
holoviews \
11
- numpy \
12
pandas \
13
scikit-learn \
14
scipy \
@@ -26,7 +25,6 @@ conda list
26
25
# use stable pandas (not nightly) due to geopandas incompatibility with pandas nightly internals
27
# (see: https://github.com/UXARRAY/uxarray/issues/1414)
28
python -m pip install \
29
- 'numpy<2.5' \
30
'pandas>=2.0.0'
31
32
0 commit comments