diff --git a/pyproject.toml b/pyproject.toml index 4003fa1..7a52131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,11 +5,11 @@ build-backend = "hatchling.build" [project] dependencies=[ 'blspy == 2.0.2', - 'chia-blockchain == 2.1.1', + 'chia-blockchain >= 2.1.1', 'chia_rs == 0.2.11' ] name = "fusion-clsp" -version = "1.0.1" +version = "1.1.0" authors = [ { name="Tim Garrett", email="trg83@yahoo.com" }, ] diff --git a/requirements.txt b/requirements.txt index 1757dd2..6128202 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pytest_asyncio pytest-env blspy -chia-blockchain==2.1.1 +chia-blockchain>=2.1.1