From e97fc8d4c2b3762cf22bb2e8aefc5cf9f10c8100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 07:08:51 +0000 Subject: [PATCH] Update scikit-learn requirement from <1.4,>=1.3.2 to >=1.3.2,<1.5 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.4.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 aac46fe..769110a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ docs = [ "myst-nb>=1.0.0,<1.1", ] notebooks = [ - "scikit-learn>=1.3.2,<1.4", + "scikit-learn>=1.3.2,<1.5", "torch>=2.1.2,<2.2", "torchvision>=0.16.2,<0.17", "ipywidgets>=8.1.1,<8.2",