From 560a3c64fcc4ede8e32948282fca93c35d615ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:31:23 +0000 Subject: [PATCH] Update scikit-learn requirement from <=1.4.0 to <=1.4.1.post1 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/0.1-beta...1.4.1.post1) --- 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 088d9f10..d1c6cbe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "pandas<=2.2.0", "pybids<=0.16.4", "pyyaml", - "scikit-learn<=1.4.0", + "scikit-learn<=1.4.1.post1", "tqdm", ] dynamic = ["version"]