[Fix] Restrict the minimum version of OpenCV to avoid potential vulnerabity (#1065)

This commit is contained in:
Tong Gao 2022-06-13 23:36:33 +08:00 committed by GitHub
parent 7c5c784a94
commit b1ab4c7c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ lanms-neo==1.0.2
lmdb
matplotlib
numpy
opencv-python != 4.5.5.*
opencv-python >=4.2.0.32, != 4.5.5.* # avoid Github security alert
pyclipper
pycocotools
rapidfuzz>=2.0.0