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.*"