Skip to content

Commit c5189c3

Browse files
committed
o remove comments with list of stuff to install
1 parent 7137a99 commit c5189c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install-upstream.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ python -m pip install \
3636
xarray
3737

3838
# install all remaining packages with --no-deps to avoid dependency conflicts
39-
# (dask/distributed versions may drift, geopandas incompatible with pandas nightly internals)
39+
# (dask/distributed versions may drift, geopandas uses stable release for pandas nightly compatibility)
4040
python -m pip install \
4141
--no-deps \
4242
--upgrade \
@@ -48,4 +48,4 @@ python -m pip install \
4848
git+https://github.com/holoviz/holoviews.git \
4949
git+https://github.com/shapely/shapely.git \
5050
git+https://github.com/holoviz/spatialpandas.git \
51-
'geopandas>=1.0.0' # stable release to avoid pandas nightly internals incompatibility
51+
'geopandas>=1.0.0'

0 commit comments

Comments
 (0)