fix: set max version for pyocient (#24556)

(cherry picked from commit 64d728f80f)
This commit is contained in:
jwilliams-ocient
2023-07-07 09:48:45 -03:00
committed by Michael S. Molina
parent af2689d501
commit 67008f2c35
+1 -1
View File
@@ -167,7 +167,7 @@ setup(
"mysql": ["mysqlclient>=2.1.0, <3"],
"ocient": [
"sqlalchemy-ocient>=1.0.0",
"pyocient>=1.0.15",
"pyocient>=1.0.15, <2",
"shapely",
"geojson",
],