From f373d7b08c77b78293737ff742499bc91b123826 Mon Sep 17 00:00:00 2001 From: Julia Lahovnik <126178122+jlahovnik@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:43:35 +0200 Subject: [PATCH] fix(build): update shapely to fix issues with numpy 2.1 (#1303) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a9abc81ca..66758913e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ install_requires = PyYAML requests setuptools - shapely >= 2.0.0 + shapely >= 2.0.6 stream-zip tqdm typing_extensions >= 4.8.0