chiavdf to 0.12.21 - should have been using manylinux2010 and build gmp
This commit is contained in:
parent
2282ad2345
commit
29ce4798e2
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from setuptools import setup
|
|||
dependencies = [
|
||||
"aiter==0.13.20191203", # Used for async generator tools
|
||||
"blspy==0.2c1", # Signature library
|
||||
"chiavdf==0.12.19", # timelord and vdf verification
|
||||
"chiavdf==0.12.21", # timelord and vdf verification
|
||||
"chiabip158==0.15", # bip158-style wallet filters
|
||||
"chiapos==0.12.23", # proof of space
|
||||
"clvm==0.4", # contract language
|
||||
|
|
Loading…
Reference in New Issue