diff --git a/detection/component_util/setup.cfg b/detection/component_util/setup.cfg index 1167be3..c5f2451 100644 --- a/detection/component_util/setup.cfg +++ b/detection/component_util/setup.cfg @@ -33,7 +33,9 @@ description = OpenMPF Python Component Utilities packages = find: install_requires = mpf_component_api>=10.0 - opencv-python>=4.4.0 + # Using opencv-python version 4.13.0.90 results in the following error: + # crypto/fips/fips.c:154: OpenSSL internal error: FATAL FIPS SELFTEST FAILURE + opencv-python>=4.4.0,!=4.13.0.90 pydub [options.packages.find]