Skip to content

Commit

Permalink
reverted BLS back to GIL enforced (Chia-Network#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke authored Apr 15, 2021
1 parent cab78c4 commit 065a539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

dependencies = [
"blspy==1.0.1", # Signature library
"blspy==1.0.0", # Signature library
"chiavdf==1.0.1", # timelord and vdf verification
"chiabip158==1.0", # bip158-style wallet filters
"chiapos==1.0.1", # proof of space
Expand Down

0 comments on commit 065a539

Please sign in to comment.