From e14382239e9513324638a87e4819e1d007eaae7b Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Tue, 27 Dec 2022 11:43:02 +0100 Subject: [PATCH] try shapely 2.0 --- envs/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index 9476dd6b..e35bd888 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -32,7 +32,7 @@ dependencies: - netcdf4 - networkx - scipy -- shapely<2.0 # need to address deprecations +- shapely - progressbar2 - pyomo - matplotlib