From b02da0ab087f6c306fc0347ef40f4ee3ad40f31d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:38:01 +0000 Subject: [PATCH] build(deps): update scikit-learn requirement from 1.5.2 to 1.6.1 Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.5.2...1.6.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d541402..1efaed0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ numba = ">=0.57.1,<0.61.0" optuna = ">=3.2,<5.0" python = ">=3.9,<3.13" sapientml = "*" -scikit-learn = "1.5.2" +scikit-learn = "1.6.1" scipy = "^1.11.1" seaborn = ">=0.12.2,<0.14.0" shap = ">=0.43,<0.47"