From 773c47a90bce22818e0ee4bf375e848e92b7080c Mon Sep 17 00:00:00 2001 From: Yazhou Cao Date: Wed, 27 Mar 2024 09:38:36 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b7686d0..a0fd24d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ packages = [{include = "vision_agent"}] "documentation" = "https://github.com/landing-ai/vision-agent" [tool.poetry.dependencies] # main dependency group -python = ">=3.10,<3.12" +python = ">=3.9,<3.12" numpy = ">=1.21.0,<2.0.0" pillow = "10.*"