Remove shapely <2 pin in install requirements (#2622)

This commit is contained in:
Joris Van den Bossche
2022-10-29 09:19:18 +02:00
committed by GitHub
parent 403b7fa936
commit c18a27dfd6
+1 -1
View File
@@ -34,7 +34,7 @@ if os.environ.get("READTHEDOCS", False) == "True":
else:
INSTALL_REQUIRES = [
"pandas >= 1.0.0",
"shapely >= 1.7, < 2",
"shapely >= 1.7",
"fiona >= 1.8",
"pyproj >= 2.6.1.post1",
"packaging",