Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +80 -0
requirements.txt
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiogram==2.25.1
|
2 |
+
aiohttp==3.8.5
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==5.0.1
|
5 |
+
anyio==3.7.1
|
6 |
+
async-timeout==4.0.3
|
7 |
+
attrs==23.1.0
|
8 |
+
Babel==2.9.1
|
9 |
+
blinker==1.6.2
|
10 |
+
cachetools==5.3.1
|
11 |
+
certifi==2023.7.22
|
12 |
+
charset-normalizer==3.2.0
|
13 |
+
click==8.1.7
|
14 |
+
filelock==3.12.2
|
15 |
+
frozenlist==1.4.0
|
16 |
+
fsspec==2023.6.0
|
17 |
+
gensim==4.3.2
|
18 |
+
gitdb==4.0.10
|
19 |
+
GitPython==3.1.32
|
20 |
+
h11==0.14.0
|
21 |
+
httpcore==0.17.3
|
22 |
+
httpx==0.24.1
|
23 |
+
huggingface-hub==0.16.4
|
24 |
+
idna==3.4
|
25 |
+
importlib-metadata==6.8.0
|
26 |
+
Jinja2==3.1.2
|
27 |
+
joblib==1.3.2
|
28 |
+
jsonschema==4.19.0
|
29 |
+
jsonschema-specifications==2023.7.1
|
30 |
+
magic-filter==1.0.11
|
31 |
+
markdown-it-py==3.0.0
|
32 |
+
MarkupSafe==2.1.3
|
33 |
+
mdurl==0.1.2
|
34 |
+
mpmath==1.3.0
|
35 |
+
multidict==6.0.4
|
36 |
+
networkx==3.1
|
37 |
+
nltk==3.8.1
|
38 |
+
numpy==1.25.2
|
39 |
+
packaging==23.1
|
40 |
+
pandas==2.0.3
|
41 |
+
Pillow==9.5.0
|
42 |
+
protobuf==4.24.1
|
43 |
+
pyarrow==13.0.0
|
44 |
+
pydeck==0.8.0
|
45 |
+
Pygments==2.16.1
|
46 |
+
Pympler==1.0.1
|
47 |
+
python-dateutil==2.8.2
|
48 |
+
pytz==2023.3
|
49 |
+
pytz-deprecation-shim==0.1.0.post0
|
50 |
+
PyYAML==6.0.1
|
51 |
+
referencing==0.30.2
|
52 |
+
regex==2023.8.8
|
53 |
+
requests==2.31.0
|
54 |
+
rich==13.5.2
|
55 |
+
rpds-py==0.9.2
|
56 |
+
safetensors==0.3.3
|
57 |
+
scikit-learn==1.3.0
|
58 |
+
scipy==1.11.2
|
59 |
+
six==1.16.0
|
60 |
+
smart-open==6.3.0
|
61 |
+
smmap==5.0.0
|
62 |
+
sniffio==1.3.0
|
63 |
+
streamlit==1.25.0
|
64 |
+
sympy==1.12
|
65 |
+
tenacity==8.2.3
|
66 |
+
threadpoolctl==3.2.0
|
67 |
+
tokenizers==0.13.3
|
68 |
+
toml==0.10.2
|
69 |
+
toolz==0.12.0
|
70 |
+
torch==2.0.1
|
71 |
+
tornado==6.3.3
|
72 |
+
tqdm==4.66.1
|
73 |
+
transformers==4.32.0
|
74 |
+
typing_extensions==4.7.1
|
75 |
+
tzdata==2023.3
|
76 |
+
tzlocal==4.3.1
|
77 |
+
urllib3==2.0.4
|
78 |
+
validators==0.21.2
|
79 |
+
yarl==1.9.2
|
80 |
+
zipp==3.16.2
|