From b1ecb5e15443787b3929fd9f8d99c566f0ab396a Mon Sep 17 00:00:00 2001 From: William Allen Date: Fri, 4 Aug 2023 23:43:03 -0500 Subject: [PATCH] Update chiapos to full release (#15939) Use full release of chiapos --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88ab5ce97b74..5684ff8882bb 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "boto3==1.26.161", # AWS S3 for DL s3 plugin "chiavdf==1.0.10", # timelord and vdf verification "chiabip158==1.2", # bip158-style wallet filters - "chiapos==2.0.0rc1", # proof of space + "chiapos==2.0.0", # proof of space "clvm==0.9.7", "clvm_tools==0.4.6", # Currying, Program.to, other conveniences "chia_rs==0.2.9",