From 64d728f80f109380d2453f47e60465f857d312af Mon Sep 17 00:00:00 2001 From: jwilliams-ocient <60358443+jwilliams-ocient@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:28:03 -0500 Subject: [PATCH] fix: set max version for pyocient (#24556) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d07a1ea0a2..22a5940947 100644 --- a/setup.py +++ b/setup.py @@ -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", ],