We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7a04e commit 5185452Copy full SHA for 5185452
1 file changed
ci/install-upstream.sh
@@ -26,14 +26,14 @@ conda list
26
# 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
33
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
34
--no-deps \
35
--pre \
36
--upgrade \
- numpy \
37
scikit-learn \
38
scipy \
39
xarray
0 commit comments