-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
87 lines (87 loc) · 3.65 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
-i https://pypi.org/simple
aiohttp==3.9.1; python_version >= '3.8'
aiohttp-retry==2.8.3; python_version >= '3.7'
aiosignal==1.3.1; python_version >= '3.7'
async-timeout==4.0.3; python_version < '3.11'
asyncio-anywhere==0.2.0; python_version >= '3.8' and python_version < '4.0'
attrs==23.2.0; python_version >= '3.7'
beautifulsoup4==4.8.2; python_full_version >= '3.6.0'
bertopic==0.16.0; python_version >= '3.7'
bs4==0.0.1
certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
colorama==0.4.6; platform_system == 'Windows'
contourpy==1.2.0; python_version >= '3.9'
cycler==0.12.1; python_version >= '3.8'
cython==0.29.37; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
dataclass-utils==0.7.23; python_version >= '3.7' and python_version < '4.0'
datasets==2.16.1; python_full_version >= '3.8.0'
dill==0.3.7; python_version >= '3.7'
docx==0.2.4
et-xmlfile==1.1.0; python_version >= '3.6'
evaluate==0.4.1; python_full_version >= '3.7.0'
filelock==3.13.1; python_version >= '3.8'
fonttools==4.47.0; python_version >= '3.8'
frozenlist==1.4.1; python_version >= '3.8'
fsspec[http]==2023.10.0; python_version >= '3.8'
hdbscan==0.8.33
huggingface-hub==0.20.1; python_full_version >= '3.8.0'
idna==3.6; python_version >= '3.5'
jinja2==3.1.2; python_version >= '3.7'
joblib==1.3.2; python_version >= '3.7'
kiwisolver==1.4.5; python_version >= '3.7'
langdetect==1.0.9
libretranslatepy==2.1.1
llvmlite==0.41.1; python_version >= '3.8'
lxml==5.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
markupsafe==2.1.3; python_version >= '3.7'
matplotlib==3.8.2; python_version >= '3.9'
mpmath==1.3.0
multidict==6.0.4; python_version >= '3.7'
multiprocess==0.70.15; python_version >= '3.7'
networkx==3.2.1; python_version >= '3.9'
nltk==3.8.1; python_version >= '3.7'
numba==0.58.1; python_version >= '3.8'
numpy==1.23.5; python_version >= '3.8'
openai==0.28.0; python_full_version >= '3.7.1'
openpyxl==3.1.2; python_version >= '3.6'
packaging==23.2; python_version >= '3.7'
pandas==2.0.3; python_version >= '3.8'
parallel-parrot==0.9.0; python_version < '3.12' and python_version >= '3.9'
pillow==10.2.0; python_version >= '3.8'
plotly==5.18.0; python_version >= '3.6'
pyarrow==14.0.2; python_version >= '3.8'
pyarrow-hotfix==0.6; python_version >= '3.5'
pynndescent==0.5.11
pyparsing==3.1.1; python_full_version >= '3.6.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-docx==1.1.0; python_version >= '3.7'
pytz==2023.3.post1
pyyaml==6.0.1; python_version >= '3.6'
regex==2023.12.25; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
responses==0.18.0; python_version >= '3.7'
safetensors==0.4.1; python_version >= '3.7'
scikit-learn==1.3.2; python_version >= '3.8'
scipy==1.11.4; python_version >= '3.9'
sentence-transformers==2.2.2; python_full_version >= '3.6.0'
sentencepiece==0.1.99
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.5; python_version >= '3.8'
sympy==1.12; python_version >= '3.8'
tenacity==8.2.3; python_version >= '3.7'
threadpoolctl==3.2.0; python_version >= '3.8'
tiktoken==0.5.2; python_version >= '3.8'
tokenizers==0.15.0; python_version >= '3.7'
torch==2.1.2; python_full_version >= '3.8.0'
torchvision==0.16.2; python_version >= '3.8'
tqdm==4.66.1; python_version >= '3.7'
transformers==4.36.2; python_full_version >= '3.8.0'
translate==3.6.1
typing-extensions==4.9.0; python_version >= '3.8'
tzdata==2023.4; python_version >= '2'
umap-learn==0.5.5
urllib3==2.1.0; python_version >= '3.8'
xxhash==3.4.1; python_version >= '3.7'
yarl==1.9.4; python_version >= '3.7'