Skip to content

Commit

Permalink
Fix boundaries again for package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
algochoi committed Mar 29, 2022
1 parent de40e30 commit c3b94a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"Source": "https://github.com/algorand/py-algorand-sdk",
},
install_requires=[
"pynacl>=1.0.0,<=1.5.0",
"pycryptodomex>=3.6.0,<=3.14.1",
"msgpack>=1.0.0,<=1.0.3",
"pynacl>=1.4.0,<2",
"pycryptodomex>=3.6.0,<4",
"msgpack>=1.0.0,<2",
],
packages=setuptools.find_packages(),
python_requires=">=3.5",
Expand Down

0 comments on commit c3b94a2

Please sign in to comment.