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",