Skip to content

Commit 34a97b3

Browse files
committed
o both pandas and geopandas are pinned to minimum stable versions with flexibility for future updates
1 parent 0fdbfe2 commit 34a97b3

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
@@ -35,9 +35,10 @@ python -m pip install \
3535
git+https://github.com/dask/dask.git \
3636
git+https://github.com/dask/distributed.git
3737

38-
# install geopandas from stable release (incompatible with pandas nightly from git)
38+
# install geopandas from stable release (compatible with pandas nightly)
3939
python -m pip install \
40-
geopandas==1.1.1
40+
'pandas>=2.0.0' \
41+
'geopandas>=1.0.0'
4142

4243
# install rest from source
4344
python -m pip install \

0 commit comments

Comments
 (0)