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 7137a99 commit c5189c3Copy full SHA for c5189c3
ci/install-upstream.sh
@@ -36,7 +36,7 @@ python -m pip install \
36
xarray
37
38
# install all remaining packages with --no-deps to avoid dependency conflicts
39
-# (dask/distributed versions may drift, geopandas incompatible with pandas nightly internals)
+# (dask/distributed versions may drift, geopandas uses stable release for pandas nightly compatibility)
40
python -m pip install \
41
--no-deps \
42
--upgrade \
@@ -48,4 +48,4 @@ python -m pip install \
48
git+https://github.com/holoviz/holoviews.git \
49
git+https://github.com/shapely/shapely.git \
50
git+https://github.com/holoviz/spatialpandas.git \
51
- 'geopandas>=1.0.0' # stable release to avoid pandas nightly internals incompatibility
+ 'geopandas>=1.0.0'
0 commit comments