From c2fd7c9d089b6f46290c5bd12fba34d15648a515 Mon Sep 17 00:00:00 2001 From: anton-climate Date: Wed, 3 Apr 2024 15:25:27 +1100 Subject: [PATCH] add shapely to dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]