From 4e0e9b13c8f4f9a9f0f4f712510ca9f326d8baca Mon Sep 17 00:00:00 2001 From: Odile Kemghou <128539129+okemghou@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:53:05 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d4c99e3..d91f716 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,8 @@ dependencies = [ "streamlit>=1.38.0", ] +[tool.poetry.dependencies] +python = ">=3.9" [tool.setuptools.packages.find] where = ["src"]