Skip to content

Commit

Permalink
drop unmaintained pygeos for shapely 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omsai committed Apr 23, 2024
1 parent b073f52 commit 6217d7c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ dependencies = [
"dask-image",
"dask<=2024.2.1",
"fsspec<=2023.6",
"geopandas",
"geopandas>=0.14",
"multiscale_spatial_image==0.11.2",
"networkx",
"numpy",
"ome_zarr>=0.7.0",
"pandas",
"pooch",
"pyarrow",
"pygeos",
"rich",
"shapely>=2.0.1",
"spatial_image==0.3.0",
Expand Down
7 changes: 0 additions & 7 deletions src/spatialdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@

__version__ = version("spatialdata")

# Forcing usage of shapely 2.0 by geopandas
# https://geopandas.org/en/stable/getting_started/install.html#using-the-optional-pygeos-dependency
from ._compat import _check_geopandas_using_shapely

_check_geopandas_using_shapely()


__all__ = [
"models",
"transformations",
Expand Down
27 changes: 0 additions & 27 deletions src/spatialdata/_compat.py

This file was deleted.

0 comments on commit 6217d7c

Please sign in to comment.