mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-12-01 20:05:43 +03:00
chiavdf to 1.0.1 for new Windows MPIR (#1238)
This commit is contained in:
parent
530056039b
commit
122731cbaa
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
||||
dependencies = [
|
||||
"aiter==0.13.20191203", # Used for async generator tools
|
||||
"blspy==1.0", # Signature library
|
||||
"chiavdf==1.0", # timelord and vdf verification
|
||||
"chiavdf==1.0.1", # timelord and vdf verification
|
||||
"chiabip158==1.0", # bip158-style wallet filters
|
||||
"chiapos==0.9", # proof of space
|
||||
"clvm==0.9.4",
|
||||
|
Loading…
Reference in New Issue
Block a user