Bump Milagro dependency for M1 support
This commit is contained in:
parent
8ec082fcf9
commit
a28b2d7349
2
setup.py
2
setup.py
|
@ -583,7 +583,7 @@ setup(
|
||||||
"eth-typing>=2.1.0,<3.0.0",
|
"eth-typing>=2.1.0,<3.0.0",
|
||||||
"pycryptodome==3.9.4",
|
"pycryptodome==3.9.4",
|
||||||
"py_ecc==5.1.0",
|
"py_ecc==5.1.0",
|
||||||
"milagro_bls_binding==1.6.2",
|
"milagro_bls_binding==1.6.3",
|
||||||
"dataclasses==0.6",
|
"dataclasses==0.6",
|
||||||
"remerkleable==0.1.18",
|
"remerkleable==0.1.18",
|
||||||
"ruamel.yaml==0.16.5",
|
"ruamel.yaml==0.16.5",
|
||||||
|
|
Loading…
Reference in New Issue