We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387496a commit ae35accCopy full SHA for ae35acc
setup.py
@@ -23,7 +23,7 @@
23
# Installing these libraries may make the evm perform better than
24
# using the default fallbacks though.
25
'eth-extra': [
26
- "coincurve>=8.0.0,<9.0.0",
+ "coincurve>=10.0.0,<11.0.0",
27
"eth-hash[pysha3];implementation_name=='cpython'",
28
"eth-hash[pycryptodome];implementation_name=='pypy'",
29
"plyvel==1.0.5",
@@ -40,7 +40,7 @@
40
"async-generator==1.10",
41
"bloom-filter==1.3",
42
"cachetools>=2.1.0,<3.0.0",
43
44
"ipython>=6.2.1,<7.0.0",
45
46
"web3==4.4.1",
0 commit comments