From 7cd4aa20118c1653075cef33a6608fac3d915492 Mon Sep 17 00:00:00 2001 From: "Carlos D. Escobar-Valbuena" Date: Fri, 26 Jan 2024 01:20:54 -0500 Subject: [PATCH] . --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b78992..5804f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" packages = [{include = "vortex"}] [tool.poetry.dependencies] -python = "^3.11.7" +python = "^3.11" mlflow = "^2.4.1" pydantic = "^1.10.9" python-dotenv = "^1.0.0"