From 1334c43e4431a96949212bffac10649a8c44c151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:50:33 +0000 Subject: [PATCH] Bump opencv-python from 3.3.0.10 to 4.2.0.32 Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.3.0.10 to 4.2.0.32. - [Release notes](https://github.com/skvark/opencv-python/releases) - [Commits](https://github.com/skvark/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production ... 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 a36a34d..6c613ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ six==1.10.0 setuptools==28.8.0 matplotlib==2.2.3 jupyter==1.0.0 -opencv-python==3.3.0.10 +opencv-python==4.2.0.32 pyyaml ghalton==0.6 Pillow==6.2.0 diff --git a/setup.py b/setup.py index 35547a0..ecfbf45 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def run_tests(self): install_requires=[ 'numpy>=1.11.1', 'pandas', 'matplotlib==2.2.3', 'SharedArray==3.0.0', 'click==6.6', 'scikit-image==0.12.3', 'scikit-learn==0.18.2', 'six==1.10.0', 'setuptools==28.8.0', - 'ghalton==0.6', 'Pillow==6.2.0', 'progress', 'opencv-python==3.3.0.10', 'pyyaml', + 'ghalton==0.6', 'Pillow==6.2.0', 'progress', 'opencv-python==4.2.0.32', 'pyyaml', 'portpicker', 'scipy==0.19.1', 'cython==0.27', 'pydensecrf==1.0rc3', 'bokeh>=1.0.4', 'prettytable' ],