Skip to content

Commit

Permalink
Locking h3 version on supported 3.6.1 to 3.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jarredSafegraph committed Nov 22, 2024
1 parent 945ab66 commit 5c72ce6
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 @@ -28,7 +28,7 @@ def get_version():
long_description_content_type="text/markdown",
url="https://github.com/Placekey/placekey-py",
packages=setuptools.find_packages(),
install_requires=['h3', 'shapely', 'requests', 'ratelimit', 'backoff'],
install_requires=['h3>=3.6.1,<4', 'shapely', 'requests', 'ratelimit', 'backoff'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 5c72ce6

Please sign in to comment.