-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
60 lines (60 loc) · 3.94 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
58
59
60
aiofiles==0.7.0; python_version >= "3.6" and python_version < "4.0"
asgiref==3.4.1; python_version >= "3.6"
certifi==2021.5.30; python_full_version >= "3.6.0"
charset-normalizer==2.0.6; python_version >= "3" and python_full_version >= "3.6.0"
click==8.0.1; python_version >= "3.6" and python_full_version >= "3.6.0"
colorama==0.4.4; sys_platform == "win32" and python_version >= "3.5" and python_full_version >= "3.6.0" and platform_system == "Windows" and (python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.5.0")
cycler==0.10.0; python_version >= "3.7"
cython==0.29.14; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
emoji==1.6.0; python_version >= "3.6"
fastapi==0.68.1; python_version >= "3.6"
filelock==3.3.0; python_version >= "3.6" and python_full_version >= "3.6.0"
func-timeout==4.3.5
geneticalgorithm==1.0.2
gensim==3.8.3
h11==0.12.0; python_version >= "3.6"
httptools==0.2.0
huggingface-hub==0.0.17; python_full_version >= "3.6.0"
idna==3.2; python_version >= "3.5" and python_full_version >= "3.6.0"
joblib==1.0.1; python_version >= "3.7" and python_full_version >= "3.6.0"
kiwisolver==1.3.2; python_version >= "3.7"
loguru==0.5.3; python_version >= "3.5"
lxml==4.6.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
matplotlib==3.4.3; python_version >= "3.7"
nlg-eval @ git+https://github.com/Maluuba/nlg-eval.git@master
nlp2==1.8.38
nltk==3.6.4; python_version >= "3.6"
numpy==1.21.1; python_version >= "3.7" and python_full_version >= "3.6.0"
packaging==21.0; python_version >= "3.6" and python_full_version >= "3.6.0"
pillow==8.3.2; python_version >= "3.7"
protobuf==3.18.1; python_version >= "3.6"
psutil==5.8.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
pydantic==1.8.2; python_full_version >= "3.6.1" and python_version >= "3.6"
pyparsing==2.4.7; python_full_version >= "3.6.0" and python_version >= "3.7"
python-dateutil==2.8.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
python-docx==0.8.11
python-dotenv==0.19.0; python_version >= "3.5"
pyyaml==5.4.1; python_full_version >= "3.6.0"
regex==2021.9.30; python_full_version >= "3.6.0" and python_version >= "3.6"
requests==2.26.0; python_full_version >= "3.6.0" and python_version >= "3.6"
sacremoses==0.0.46; python_full_version >= "3.6.0"
scikit-learn==1.0; python_version >= "3.7"
scipy==1.6.1; python_version >= "3.7"
six==1.16.0; python_full_version >= "3.6.0" and python_version >= "3.6" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7")
smart-open==5.2.1; python_version >= "3.6" and python_version < "4.0"
stanza==1.3.0; python_version >= "3.6"
starlette==0.14.2; python_version >= "3.6"
theano==1.0.5
threadpoolctl==3.0.0; python_version >= "3.7"
tokenizers==0.10.3; python_full_version >= "3.6.0"
torch==1.9.0; python_full_version >= "3.6.2"
tqdm==4.62.3; python_full_version >= "3.6.0" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6")
transformers==4.11.2; python_full_version >= "3.6.0"
typing-extensions==3.10.0.2; python_full_version >= "3.6.2" and python_version >= "3.6"
urllib3==1.26.7; python_full_version >= "3.6.0" and python_version < "4"
uvicorn==0.15.0
uvloop==0.16.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.7"
watchgod==0.7; python_version >= "3.5"
websockets==10.0; python_version >= "3.7"
win32-setctime==1.0.3; sys_platform == "win32" and python_version >= "3.5"
xdg==5.1.1; python_version >= "3.6" and python_version < "4.0"