We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48007f commit d75ee2bCopy full SHA for d75ee2b
detection/component_util/setup.py
@@ -37,7 +37,7 @@
37
packages=setuptools.find_packages(exclude=('*test*',)),
38
install_requires=(
39
'mpf_component_api>=5.1',
40
- 'opencv-python>=3.3',
+ 'opencv-python>=4.4.0',
41
'pydub'
42
),
43
test_suite='tests',
0 commit comments