diff --git a/pyproject.toml b/pyproject.toml index 538aa37..e360771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,8 @@ dependencies = [ "xarray", "numpy", "netcdf4", - "pyproj" + "pyproj", + "shapely" ] [build-system]