From bf23421e6bd984f3826110548a646f14eaf7beff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 10:01:40 +0000 Subject: [PATCH] Update scikit-learn requirement from ~=1.1.1 to ~=1.1.2 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.1.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 71427c5..5e49dd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ opencv-python>=4.1.2 Pillow~=9.2.0 -scikit-learn~=1.1.1 +scikit-learn~=1.1.2 numpy~=1.23.1 \ No newline at end of file