Skip to content

Commit 2d74288

Browse files
authored
Exclude broken version of opencv-python (#95)
1 parent 24fc43d commit 2d74288

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

detection/component_util/setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ description = OpenMPF Python Component Utilities
3333
packages = find:
3434
install_requires =
3535
mpf_component_api>=10.0
36-
opencv-python>=4.4.0
36+
# Using opencv-python version 4.13.0.90 results in the following error:
37+
# crypto/fips/fips.c:154: OpenSSL internal error: FATAL FIPS SELFTEST FAILURE
38+
opencv-python>=4.4.0,!=4.13.0.90
3739
pydub
3840

3941
[options.packages.find]

0 commit comments

Comments
 (0)