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 89889e0 commit 0fdbfe2Copy full SHA for 0fdbfe2
ci/install-upstream.sh
@@ -28,14 +28,17 @@ python -m pip install \
28
pandas \
29
scikit-learn \
30
scipy \
31
- geopandas \
32
xarray
33
# install dask and distributed first with --no-deps to avoid version conflicts
34
python -m pip install \
35
--no-deps \
36
git+https://github.com/dask/dask.git \
37
git+https://github.com/dask/distributed.git
38
+# install geopandas from stable release (incompatible with pandas nightly from git)
39
+python -m pip install \
40
+ geopandas==1.1.1
41
+
42
# install rest from source
43
44
git+https://github.com/gadomski/antimeridian.git \
0 commit comments