From e0c0adf1d07544831611ff732eaa4df4e7d7ca55 Mon Sep 17 00:00:00 2001 From: wallentx Date: Wed, 16 Aug 2023 15:56:43 -0500 Subject: [PATCH] Use chiapos 2.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5cb7992f02a5..d1b0cfac1b3d 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.1b1", # proof of space + "chiapos==2.0.1", # proof of space "clvm==0.9.7", "clvm_tools==0.4.6", # Currying, Program.to, other conveniences "chia_rs==0.2.10",