Downgrade to gmp 6.1.2 to deal w lzcnt on old cpus

This commit is contained in:
Gene Hoffman
2020-07-16 13:05:43 -07:00
committed by Gene Hoffman
parent 476ce19487
commit 8a7f064758
+2 -2
View File
@@ -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