From 43672dcf4b24a43c92dede0b416e705f88872be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 09:06:40 +0000 Subject: [PATCH] Update scikit-learn requirement from ~=1.1.1 to >=1.1.1,<1.3.0 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.1.1...1.2.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 0d1efe9..23e6a5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "opencv-python>=4.1.2", "Pillow>=9.2,<9.4", - "scikit-learn~=1.1.1", + "scikit-learn>=1.1.1,<1.3.0", "numpy~=1.23.1" ] dynamic = ["version"]