From 680716822261ee2003b4abdc93c0113cef028141 Mon Sep 17 00:00:00 2001 From: fly Date: Fri, 1 Dec 2023 22:41:16 +0000 Subject: [PATCH] Go back in shapely version cause 2.0 breaks osm2city --- full/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full/requirements.txt b/full/requirements.txt index 6c6a85d..db4046c 100644 --- a/full/requirements.txt +++ b/full/requirements.txt @@ -1,6 +1,6 @@ # descartes also installs amongst others numpy, matplotlib, pillow descartes==1.1.0 -shapely==2.0.1 +shapely==1.8.5 networkx==3.1 requests==2.29.0 pyproj==3.5.0