From e5791f17a699627566687021e250aac32567ecd4 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:58:03 +1100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 836f972..9809056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,8 @@ dynamic = ["version"] dependencies = [ "numpy", "netcdf4", - "pyproj" + "pyproj", + "shapely" ] [build-system]