mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-24 07:25:03 -05:00
Downgrade to gmp 6.1.2 to deal w lzcnt on old cpus
This commit is contained in:
committed by
Gene Hoffman
parent
476ce19487
commit
8a7f064758
@@ -3,8 +3,8 @@ from setuptools import setup
|
||||
|
||||
dependencies = [
|
||||
"aiter==0.13.20191203", # Used for async generator tools
|
||||
"blspy==0.2c1", # Signature library
|
||||
"chiavdf==0.12.21", # timelord and vdf verification
|
||||
"blspy==0.1.30", # Signature library
|
||||
"chiavdf==0.12.22", # timelord and vdf verification
|
||||
"chiabip158==0.15", # bip158-style wallet filters
|
||||
"chiapos==0.12.23", # proof of space
|
||||
"clvm==0.4", # contract language
|
||||
|
||||
Reference in New Issue
Block a user