Unverified Commit 50683038 authored by hyrulelinks's avatar hyrulelinks Committed by GitHub
Browse files

Update requirements.txt

Fix the issue that Mac can't install the latest OpenCV-Python
parent ae095dbd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@ mecab-python3; sys_platform == 'darwin'
fugashi
unidic_lite
tqdm
opencv-python
opencv-python; sys_platform == 'win32'
opencv-python==4.10.0.82; sys_platform == 'darwin'
shapely
pyclipper
einops