From 5dde5d98563a312f4688d8aaac56ea5b6aca8c1e Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Tue, 5 Mar 2024 11:30:06 +0530 Subject: [PATCH] chore: update pyproject.toml for publishing --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ba8de17b..a64f63a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "operate" version = "0.1.0" description = "" -authors = ["David Vilela "] +authors = ["David Vilela ", "Viraj Patel "] readme = "README.md" include = [ "operate/data/acn/*", @@ -15,7 +15,7 @@ include = [ operate = "operate.cli:main" [tool.poetry.dependencies] -python = "^3.10" +python = "<4.0,>=3.8" open-autonomy = ">=0.14.7" open-aea-ledger-ethereum = ">=1.48.0.post1" docker = "6.1.2"