From 3427a8d6ce31eea6fb3647e550d6b4ddc0e90842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mr=C3=A1zek?= Date: Sat, 6 Jan 2024 15:56:29 +0100 Subject: [PATCH] Allow Shapely 2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0174e364..d530d179 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ install_requires=[ "numpy", # Required for MacOS "pcbnewTransition >= 0.3.4, <=0.4", - "shapely>=1.7,<2.0", + "shapely>=1.7", "click>=7.1", "markdown2>=2.4", "pybars3>=0.9",