From b2cf75016041ba674b4e93a486123a552c5d0b63 Mon Sep 17 00:00:00 2001 From: anton-climate Date: Wed, 3 Apr 2024 15:28:42 +1100 Subject: [PATCH] add scipy to dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e360771..c2f95d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,8 @@ dependencies = [ "numpy", "netcdf4", "pyproj", - "shapely" + "shapely", + "scipy" ] [build-system]