diff --git a/pyproject.toml b/pyproject.toml index 5d5aa5e..6bfe8e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rasters" -version = "1.12.0" +version = "1.12.2" description = "raster processing toolkit" readme = "README.md" authors = [ diff --git a/rasters/wrap_geometry.py b/rasters/wrap_geometry.py index cda2a77..b25ffe2 100644 --- a/rasters/wrap_geometry.py +++ b/rasters/wrap_geometry.py @@ -3,6 +3,7 @@ from typing import Any, Union, TYPE_CHECKING import shapely +from geopandas import GeoSeries from .CRS import CRS from .spatial_geometry import SpatialGeometry