We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdbfe2 commit 34a97b3Copy full SHA for 34a97b3
ci/install-upstream.sh
@@ -35,9 +35,10 @@ python -m pip install \
35
git+https://github.com/dask/dask.git \
36
git+https://github.com/dask/distributed.git
37
38
-# install geopandas from stable release (incompatible with pandas nightly from git)
+# install geopandas from stable release (compatible with pandas nightly)
39
python -m pip install \
40
- geopandas==1.1.1
+ 'pandas>=2.0.0' \
41
+ 'geopandas>=1.0.0'
42
43
# install rest from source
44
0 commit comments