From 28419b7d87cb93bc0d7ee0744c65c1da28076ea2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:01:14 +0000 Subject: [PATCH] Update Python to >=3.13.1,<3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6a8dd1..1270861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.8.1,<3.12" +python = ">=3.13.1,<3.14" numpy = "~1.24.0" scipy = "~1.10.0" scikit-learn = "^1.0.0"