Skip to content

Commit

Permalink
Update version of eth-utils to match requirements (#399)
Browse files Browse the repository at this point in the history
In #388 I edited the requirements.txt and didn't notice that the requirements
are hardcoded in the setup.py. This PR is to have the same version in both
  • Loading branch information
yabirgb authored Jul 15, 2024
1 parent 43ad00c commit c15d699
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 @@ -185,7 +185,7 @@
'xxhash>=1.3.0,<4',
'ecdsa>=0.17.0,<1',
'eth-keys>=0.2.1,<1',
'eth_utils>=1.3.0,<3',
'eth_utils>=1.3.0,<5',
'pycryptodome>=3.11.0,<4',
'PyNaCl>=1.0.1,<2',
'scalecodec>=1.2.10,<1.3',
Expand Down

0 comments on commit c15d699

Please sign in to comment.