Skip to content

Commit 41b827c

Browse files
authored
updated opencv dependencies (#659)
1 parent b2290ee commit 41b827c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/crowd_counting/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ h5py==2.8.0
22
flask==1.0.2
33
scikit-image
44
bokeh
5-
opencv-python==3.4.2.17
5+
opencv-python>=4.2.0.32
66
pillow
77
Cython
88
contextlib2

contrib/crowd_counting/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
author_email="lxzhang@gmail.com",
99
packages=find_packages(),
1010
install_requires=[
11-
"h5py==2.8.0", "flask==1.0.2", "scikit-image", "bokeh", "opencv-python==3.4.2.17", "pillow", "Cython", "contextlib2"
11+
"h5py==2.8.0", "flask==1.0.2", "scikit-image", "bokeh", "opencv-python>=4.2.0.32", "pillow", "Cython", "contextlib2"
1212
]
1313
)

0 commit comments

Comments
 (0)