From 4a3b7496e94e4a7b661c718d5f1a0c2da78d40f7 Mon Sep 17 00:00:00 2001 From: "Carlos D. Escobar-Valbuena" Date: Tue, 25 Jul 2023 20:02:20 -0500 Subject: [PATCH] fix: reduced to python 3.8 requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 093932d..61cd6d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" packages = [{include = "mlflowops"}] [tool.poetry.dependencies] -python = "^3.9" +python = "^3.8" pandas = "^2.0.3" pydantic = "^2.0.3" mlflow = "^2.5.0"