From 493cc16659261a59c3d168f7166cfddcb7560d5b Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Thu, 17 Aug 2023 22:03:04 -0700 Subject: [PATCH] Update to chiapos 2.0.2 (#16104) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d1b0cfac1b3d..de6746dd4814 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.1", # proof of space + "chiapos==2.0.2", # proof of space "clvm==0.9.7", "clvm_tools==0.4.6", # Currying, Program.to, other conveniences "chia_rs==0.2.10",