From cd10f0f907b4c657613534a44241f9e470f4d411 Mon Sep 17 00:00:00 2001 From: Helge Hecht Date: Wed, 19 Jun 2024 10:30:06 +0000 Subject: [PATCH] change poetry python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e1105d..97755c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.12" +python = "^3.11" pandas = "^2.2.2" pyxlsx = "^1.1.3"