-
Notifications
You must be signed in to change notification settings - Fork 184
/
requirements.txt
57 lines (56 loc) · 1.31 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# To install pytorch cuda (gpu) version, please look https://pytorch.org/
PyQt6-Qt6>=6.6.2,<6.7.0 ; python_version > "3.8"
PyQt6>=6.6.1,<6.7.0 ; python_version > "3.8"
PyQt5-Qt5>=5.15.2 ; python_version <= "3.8"
PyQt5>=5.15.10 ; python_version <= "3.8"
numpy<2
urllib3==1.25.11; sys_platform == 'win32' # https://github.com/psf/requests/issues/5740
urllib3; sys_platform == 'darwin' # fix urllib3.package.six.move module not found error
jaconv
torch
torchvision
transformers
mecab-python3; sys_platform == 'darwin'
fugashi
unidic_lite
tqdm
opencv-python>=4.8.1.78; sys_platform == 'win32' or sys_platform == 'linux'
opencv-python>=4.8.1.78,<=4.10.0.82 ; sys_platform == 'darwin'
shapely
pyclipper
einops
termcolor
bs4
deepl>=1.16.0
qtpy
spacy-pkuseg
sentencepiece
ctranslate2
python-docx
docx2txt
piexif
keyboard
ordered-set
opencc-python-reimplemented
requests
Pillow>=10.0.1
beautifulsoup4
colorama
openai
pyyaml
natsort
py7zr
multivolumefile
httpx[socks,brotli]
langdetect
translators
json5
httpx-socks
pywin32; sys_platform == 'win32'
winsdk; sys_platform == 'win32'
brotlicffi; sys_platform == 'win32'
pyobjc-core; sys_platform == 'darwin'
pyobjc-framework-cocoa; sys_platform == 'darwin'
pyobjc-framework-coreml; sys_platform == 'darwin'
pyobjc-framework-quartz; sys_platform == 'darwin'
pyobjc-framework-vision; sys_platform == 'darwin'