We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fc43d commit 2d74288Copy full SHA for 2d74288
detection/component_util/setup.cfg
@@ -33,7 +33,9 @@ description = OpenMPF Python Component Utilities
33
packages = find:
34
install_requires =
35
mpf_component_api>=10.0
36
- opencv-python>=4.4.0
+ # 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
39
pydub
40
41
[options.packages.find]
0 commit comments