Skip to content

Commit 0fdbfe2

Browse files
committed
o Now geopandas is installed from the stable 1.1.1 release, separate from the nightly wheels and dev git installs.
1 parent 89889e0 commit 0fdbfe2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/install-upstream.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ python -m pip install \
2828
pandas \
2929
scikit-learn \
3030
scipy \
31-
geopandas \
3231
xarray
3332
# install dask and distributed first with --no-deps to avoid version conflicts
3433
python -m pip install \
3534
--no-deps \
3635
git+https://github.com/dask/dask.git \
3736
git+https://github.com/dask/distributed.git
3837

38+
# install geopandas from stable release (incompatible with pandas nightly from git)
39+
python -m pip install \
40+
geopandas==1.1.1
41+
3942
# install rest from source
4043
python -m pip install \
4144
git+https://github.com/gadomski/antimeridian.git \

0 commit comments

Comments
 (0)