Skip to content

Commit 0f96935

Browse files
committed
o Install stable pandas also
1 parent 96d6ce5 commit 0f96935

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/install-upstream.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ conda list
2424

2525
# if available install from scientific-python nightly wheels
2626
# constrain numpy to <=2.3 until numba supports newer versions
27+
# use stable pandas (not nightly) due to geopandas incompatibility with pandas nightly internals
28+
# (see: https://github.com/UXARRAY/uxarray/issues/1414)
2729
python -m pip install \
28-
'numpy<=2.3'
30+
'numpy<=2.3' \
31+
'pandas>=2.0.0'
2932

3033
python -m pip install \
3134
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
3235
--no-deps \
3336
--pre \
3437
--upgrade \
35-
pandas \
3638
scikit-learn \
3739
scipy \
3840
xarray

0 commit comments

Comments
 (0)