From 4d9b23bdba4075f77113f5ee522b4be2aafeffa9 Mon Sep 17 00:00:00 2001 From: PatrickBue Date: Wed, 13 Oct 2021 18:36:19 +0000 Subject: [PATCH] Sync master <-> staging --- contrib/crowd_counting/requirements.txt | 2 +- contrib/crowd_counting/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/crowd_counting/requirements.txt b/contrib/crowd_counting/requirements.txt index 7caf933..0bfb58d 100755 --- a/contrib/crowd_counting/requirements.txt +++ b/contrib/crowd_counting/requirements.txt @@ -2,7 +2,7 @@ h5py==2.8.0 flask==1.0.2 scikit-image bokeh -opencv-python==3.4.2.17 +opencv-python>=4.2.0.32 pillow Cython contextlib2 diff --git a/contrib/crowd_counting/setup.py b/contrib/crowd_counting/setup.py index 02ca748..140d5c9 100644 --- a/contrib/crowd_counting/setup.py +++ b/contrib/crowd_counting/setup.py @@ -8,6 +8,6 @@ setup( author_email="lxzhang@gmail.com", packages=find_packages(), install_requires=[ - "h5py==2.8.0", "flask==1.0.2", "scikit-image", "bokeh", "opencv-python==3.4.2.17", "pillow", "Cython", "contextlib2" + "h5py==2.8.0", "flask==1.0.2", "scikit-image", "bokeh", "opencv-python>=4.2.0.32", "pillow", "Cython", "contextlib2" ] ) \ No newline at end of file