From e588c3552e0611a9d707fb4d2d69e157b9cc6488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:05:33 +0000 Subject: [PATCH] Update scikit-learn requirement from <1.6,>=1.3.2 to >=1.3.2,<1.7 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.3.2...1.6.0) --- 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 a5638d3..2bfc328 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ docs = [ "myst-nb>=1.0.0,<1.2", ] notebooks = [ - "scikit-learn>=1.3.2,<1.6", + "scikit-learn>=1.3.2,<1.7", "torch>=2.1.2,<2.6", "torchvision>=0.16.2,<0.21", "ipywidgets>=8.1.1,<8.2",