diff --git a/setup.py b/setup.py index fba2918ac6..e4627e100f 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ dependencies = [ "chiavdf==1.0.1", # timelord and vdf verification "chiabip158==1.0", # bip158-style wallet filters "chiapos==1.0.0", # proof of space - "clvm==0.9.4", - "clvm_rs==0.1.4", + "clvm==0.9.5", + "clvm_rs==0.1.5", "clvm_tools==0.4.3", "aiohttp==3.7.4", # HTTP server for full node rpc "aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks