Skip to content

Commit

Permalink
Bump py-evm requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Jul 24, 2023
1 parent a9c06b4 commit b180ada
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 @@ -24,7 +24,7 @@
"py-evm": [
# Pin py-evm to exact version, until it leaves alpha.
# EVM is very high velocity and might change API at each alpha.
"py-evm==0.7.0a3",
"py-evm==0.7.0a4",
"eth-hash[pysha3]>=0.1.4,<1.0.0;implementation_name=='cpython'",
"eth-hash[pycryptodome]>=0.1.4,<1.0.0;implementation_name=='pypy'",
],
Expand Down

0 comments on commit b180ada

Please sign in to comment.