From 74142bf6bce60bb32a2aaa045d32da565ef202b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:51:02 +0000 Subject: [PATCH] build(deps): bump scikit-learn in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [scikit-learn](https://github.com/scikit-learn/scikit-learn). Updates `scikit-learn` from 1.3.1 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.1...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8e7974d..c9efd2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ wheel==0.43.* Pillow>=10.2.0 numpy==1.26.0 opencv-contrib-python>=4.* -scikit-learn==1.3.1 +scikit-learn==1.5.0 gdown==5.1.0 pytest-socket==0.6.0 imutils==0.5.4 diff --git a/setup.py b/setup.py index 61a9490..249639a 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def read(file_name): 'Pillow>=10.2.0', 'numpy==1.26.0', 'opencv-contrib-python>=4.9.0.80', - 'scikit-learn==1.3.1', + 'scikit-learn==1.5.0', 'gdown==5.1.0', 'imutils==0.5.4', 'symspellpy==6.7.7'