From 2d74288b3f2b83229017ab34b37c0ac9bee2a473 Mon Sep 17 00:00:00 2001 From: brosenberg42 Date: Thu, 22 Jan 2026 14:41:37 -0500 Subject: [PATCH] Exclude broken version of opencv-python (#95) --- 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]