Skip to content

Commit

Permalink
fix: get setup py back to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Jul 26, 2024
1 parent 71ab280 commit 7fb70c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
url="https://github.com/ApeWorX/uniswap-sdk",
include_package_data=True,
install_requires=[
"eth-ape>=0.8,<1.0",
"ethpm-types>=0.6.11", # higher peer dep of `eth-ape`, solves typing issues
"eth-ape>=0.8,<1",
"ethpm-types>=0.6.11", # higher peer dep of `eth-ape`, solves typing issue
], # NOTE: Add 3rd party libraries here
python_requires=">=3.8,<4",
extras_require=extras_require,
Expand Down

0 comments on commit 7fb70c7

Please sign in to comment.