mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
revert bls to 1.0.9 until windows threading issues are resolved
This commit is contained in:
@@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
dependencies = [
|
||||
"aiofiles==0.7.0", # Async IO for files
|
||||
"blspy==1.0.11", # Signature library
|
||||
"blspy==1.0.9", # Signature library
|
||||
"chiavdf==1.0.6", # timelord and vdf verification
|
||||
"chiabip158==1.1", # bip158-style wallet filters
|
||||
"chiapos==1.0.10", # proof of space
|
||||
|
||||
Reference in New Issue
Block a user