Skip to content

Commit

Permalink
chore: set pyocient version requirement to 1.x.x
Browse files Browse the repository at this point in the history
There's no point in supporting 2.x.x here
  • Loading branch information
jwilliams-ocient authored Jun 29, 2023
1 parent 2cbbb1f commit 58fe29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def get_git_sha() -> str:
"mysql": ["mysqlclient>=2.1.0, <3"],
"ocient": [
"sqlalchemy-ocient>=1.0.0",
"pyocient>=1.0.15, <3",
"pyocient>=1.0.15, <2",
"shapely",
"geojson",
],
Expand Down

0 comments on commit 58fe29d

Please sign in to comment.