mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
[Fix] Restrict the minimum version of OpenCV to avoid potential vulnerabity (#1065)
This commit is contained in:
parent
7c5c784a94
commit
b1ab4c7c33
@ -3,7 +3,7 @@ lanms-neo==1.0.2
|
|||||||
lmdb
|
lmdb
|
||||||
matplotlib
|
matplotlib
|
||||||
numpy
|
numpy
|
||||||
opencv-python != 4.5.5.*
|
opencv-python >=4.2.0.32, != 4.5.5.* # avoid Github security alert
|
||||||
pyclipper
|
pyclipper
|
||||||
pycocotools
|
pycocotools
|
||||||
rapidfuzz>=2.0.0
|
rapidfuzz>=2.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user