Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +53 -0
requirements.txt
CHANGED
@@ -1,2 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
faiss-cpu==1.7.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
torch==2.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiogram==2.25.1
|
3 |
+
aiohttp==3.8.6
|
4 |
+
aiosignal==1.3.1
|
5 |
+
annotated-types==0.6.0
|
6 |
+
async-timeout==4.0.3
|
7 |
+
asyncio==3.4.3
|
8 |
+
attrs==23.2.0
|
9 |
+
Babel==2.9.1
|
10 |
+
certifi==2024.2.2
|
11 |
+
charset-normalizer==3.3.2
|
12 |
+
colorama==0.4.6
|
13 |
+
dataclasses==0.6
|
14 |
+
datasets==2.17.1
|
15 |
+
dill==0.3.8
|
16 |
+
environs==10.3.0
|
17 |
faiss-cpu==1.7.4
|
18 |
+
filelock==3.13.1
|
19 |
+
frozenlist==1.4.1
|
20 |
+
fsspec==2023.10.0
|
21 |
+
huggingface-hub==0.20.3
|
22 |
+
idna==3.6
|
23 |
+
Jinja2==3.1.3
|
24 |
+
magic-filter==1.0.12
|
25 |
+
MarkupSafe==2.1.5
|
26 |
+
marshmallow==3.20.2
|
27 |
+
mpmath==1.3.0
|
28 |
+
multidict==6.0.5
|
29 |
+
multiprocess==0.70.16
|
30 |
+
networkx==3.2.1
|
31 |
+
numpy==1.26.4
|
32 |
+
packaging==23.2
|
33 |
+
pandas==2.2.0
|
34 |
+
pyarrow==15.0.0
|
35 |
+
pyarrow-hotfix==0.6
|
36 |
+
pydantic==2.5.3
|
37 |
+
pydantic_core==2.14.6
|
38 |
+
python-dateutil==2.8.2
|
39 |
+
python-dotenv==1.0.1
|
40 |
+
pytz==2024.1
|
41 |
+
PyYAML==6.0.1
|
42 |
+
regex==2023.12.25
|
43 |
+
requests==2.31.0
|
44 |
+
safetensors==0.4.2
|
45 |
+
six==1.16.0
|
46 |
+
sympy==1.12
|
47 |
+
tokenizers==0.15.2
|
48 |
torch==2.2.0
|
49 |
+
tqdm==4.66.2
|
50 |
+
transformers==4.38.1
|
51 |
+
typing_extensions==4.9.0
|
52 |
+
tzdata==2024.1
|
53 |
+
urllib3==2.2.1
|
54 |
+
xxhash==3.4.1
|
55 |
+
yarl==1.9.4
|