From 22e398ac7f191452097820c400418b9c6251a971 Mon Sep 17 00:00:00 2001 From: Brian Rosenberg Date: Wed, 21 Jan 2026 07:33:17 -0500 Subject: [PATCH] Exclude broken version of opencv-python --- detection/component_util/setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]