From d5b8c1c877d022536ed2588098c8d9d201644466 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 09:25:56 +0000 Subject: [PATCH] fix(deps): update python to <3.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ce2ea6..c2c54e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [ "Changelog" = "https://github.com/34j/sklearn-utilities/blob/main/CHANGELOG.md" [tool.poetry.dependencies] -python = "^3.9,<3.13" +python = "<3.15" scikit-learn = "^1.3.1" lightgbm = "^4.1.0" pandas = "^2.1.1"