Skip to content

Commit 7137a99

Browse files
committed
o Add quotes
1 parent 9398b3c commit 7137a99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/install-upstream.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ pip uninstall -y \
2323
conda list
2424

2525
# if available install from scientific-python nightly wheels
26+
# constrain numpy to <=2.3 until numba supports newer versions
2627
python -m pip install \
2728
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
2829
--no-deps \
2930
--pre \
3031
--upgrade \
31-
numpy<=2.3 \
32+
'numpy<=2.3' \
3233
pandas \
3334
scikit-learn \
3435
scipy \
@@ -47,4 +48,4 @@ python -m pip install \
4748
git+https://github.com/holoviz/holoviews.git \
4849
git+https://github.com/shapely/shapely.git \
4950
git+https://github.com/holoviz/spatialpandas.git \
50-
'geopandas>=1.0.0'
51+
'geopandas>=1.0.0' # stable release to avoid pandas nightly internals incompatibility

0 commit comments

Comments
 (0)