From c560b04b44276e7bee6f8e21ecbfe50b4b66b4f7 Mon Sep 17 00:00:00 2001 From: Fedor Baart Date: Thu, 31 Aug 2023 10:36:05 +0200 Subject: [PATCH] make sure we use shapely 2 or greater --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a5e6d60c..324dcebb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ install_requires = numpy networkx simpy - shapely + shapely>=2 pyproj plotly matplotlib