From 47a4507e110727ef79aa41d647c1aad509521059 Mon Sep 17 00:00:00 2001 From: Sarthak Pati Date: Wed, 13 Dec 2023 17:21:10 -0500 Subject: [PATCH] updated min python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 426fe2f..804bbfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ exclude = ["examples", "benchmark"] [tool.poetry.dependencies] numpy = "^1.22.0" -python = "^3.10" +python = "^3.9" PyYAML = "^6.0.1" rich = "^13.6.0" scikit-image = "^0.22.0"