fix: set max version for pyocient (#24556)

This commit is contained in:
jwilliams-ocient 2023-07-06 11:28:03 -05:00 committed by GitHub
parent 7409289762
commit 64d728f80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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