From 2129fc4435176f403437754c659640bbd23bb4fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:42:45 -0500 Subject: [PATCH] Update scikit-learn requirement from <=1.5.2 to <=1.6.0 (#1343) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a7a89b10..c886f25fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "psutil >= 5.4", # for sentry "pybids ~= 0.18.1", "pyyaml", - "scikit-learn <= 1.5.2", + "scikit-learn <= 1.6.0", "scipy >= 1.14.0,<= 1.14.1", # nipype needs networkx, which needs scipy > 1.8.0 "seaborn", # for plots "sentry-sdk ~= 2.19.0", # for usage reports