Skip to content

Commit e4a943e

Browse files
committed
force opencv version to min 4.5.4
1 parent 926568f commit e4a943e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
packages=["MTM"],
2121
install_requires=[
2222
'numpy',
23-
'opencv-python-headless',
23+
'opencv-python-headless>=4.5.4',
2424
'scikit-image',
2525
'scipy',
2626
'pandas'

0 commit comments

Comments
 (0)