diff --git a/detection/component_util/setup.py b/detection/component_util/setup.py index 8489615..95ec362 100644 --- a/detection/component_util/setup.py +++ b/detection/component_util/setup.py @@ -37,7 +37,7 @@ packages=setuptools.find_packages(exclude=('*test*',)), install_requires=( 'mpf_component_api>=5.1', - 'opencv-python>=3.3', + 'opencv-python>=4.4.0', 'pydub' ), test_suite='tests',