File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,13 @@ pip uninstall -y \
2323conda list
2424
2525# if available install from scientific-python nightly wheels
26+ # constrain numpy to <=2.3 until numba supports newer versions
2627python -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
You can’t perform that action at this time.
0 commit comments