From 142dde38b6fe245e399ea786670843b7c259e74e Mon Sep 17 00:00:00 2001 From: SorooshMani-NOAA Date: Fri, 13 Jan 2023 12:14:51 -0500 Subject: [PATCH] Fix shapely version to before 2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ee467cd..d5382878 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "numpy>=1.21", # introduce npt.NDArray "pyarrow", "pygeos", "pyproj>=3.0", "rasterio", "requests", "scipy<1.8", # dropping python 3.7 - "shapely>=1.8", "tqdm", "typing_extensions", "utm", + "shapely>=1.8, <2", "tqdm", "typing_extensions", "utm", ] dynamic = ["version"]