Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +80 -0
requirements.txt
CHANGED
@@ -78,3 +78,83 @@ urllib3==2.0.4
|
|
78 |
validators==0.21.2
|
79 |
yarl==1.9.2
|
80 |
zipp==3.16.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
validators==0.21.2
|
79 |
yarl==1.9.2
|
80 |
zipp==3.16.2
|
81 |
+
aiogram==2.25.1
|
82 |
+
aiohttp==3.8.5
|
83 |
+
aiosignal==1.3.1
|
84 |
+
altair==5.0.1
|
85 |
+
anyio==3.7.1
|
86 |
+
async-timeout==4.0.3
|
87 |
+
attrs==23.1.0
|
88 |
+
Babel==2.9.1
|
89 |
+
blinker==1.6.2
|
90 |
+
cachetools==5.3.1
|
91 |
+
certifi==2023.7.22
|
92 |
+
charset-normalizer==3.2.0
|
93 |
+
click==8.1.7
|
94 |
+
filelock==3.12.2
|
95 |
+
frozenlist==1.4.0
|
96 |
+
fsspec==2023.6.0
|
97 |
+
gensim==4.3.2
|
98 |
+
gitdb==4.0.10
|
99 |
+
GitPython==3.1.32
|
100 |
+
h11==0.14.0
|
101 |
+
httpcore==0.17.3
|
102 |
+
httpx==0.24.1
|
103 |
+
huggingface-hub==0.16.4
|
104 |
+
idna==3.4
|
105 |
+
importlib-metadata==6.8.0
|
106 |
+
Jinja2==3.1.2
|
107 |
+
joblib==1.3.2
|
108 |
+
jsonschema==4.19.0
|
109 |
+
jsonschema-specifications==2023.7.1
|
110 |
+
magic-filter==1.0.11
|
111 |
+
markdown-it-py==3.0.0
|
112 |
+
MarkupSafe==2.1.3
|
113 |
+
mdurl==0.1.2
|
114 |
+
mpmath==1.3.0
|
115 |
+
multidict==6.0.4
|
116 |
+
networkx==3.1
|
117 |
+
nltk==3.8.1
|
118 |
+
numpy==1.25.2
|
119 |
+
packaging==23.1
|
120 |
+
pandas==2.0.3
|
121 |
+
Pillow==9.5.0
|
122 |
+
protobuf==4.24.1
|
123 |
+
pyarrow==13.0.0
|
124 |
+
pydeck==0.8.0
|
125 |
+
Pygments==2.16.1
|
126 |
+
Pympler==1.0.1
|
127 |
+
python-dateutil==2.8.2
|
128 |
+
pytz==2023.3
|
129 |
+
pytz-deprecation-shim==0.1.0.post0
|
130 |
+
PyYAML==6.0.1
|
131 |
+
referencing==0.30.2
|
132 |
+
regex==2023.8.8
|
133 |
+
requests==2.31.0
|
134 |
+
rich==13.5.2
|
135 |
+
rpds-py==0.9.2
|
136 |
+
safetensors==0.3.3
|
137 |
+
scikit-learn==1.3.0
|
138 |
+
scipy==1.11.2
|
139 |
+
six==1.16.0
|
140 |
+
smart-open==6.3.0
|
141 |
+
smmap==5.0.0
|
142 |
+
sniffio==1.3.0
|
143 |
+
streamlit==1.25.0
|
144 |
+
sympy==1.12
|
145 |
+
tenacity==8.2.3
|
146 |
+
threadpoolctl==3.2.0
|
147 |
+
tokenizers==0.13.3
|
148 |
+
toml==0.10.2
|
149 |
+
toolz==0.12.0
|
150 |
+
torch==2.0.1
|
151 |
+
tornado==6.3.3
|
152 |
+
tqdm==4.66.1
|
153 |
+
transformers==4.32.0
|
154 |
+
typing_extensions==4.7.1
|
155 |
+
tzdata==2023.3
|
156 |
+
tzlocal==4.3.1
|
157 |
+
urllib3==2.0.4
|
158 |
+
validators==0.21.2
|
159 |
+
yarl==1.9.2
|
160 |
+
zipp==3.16.2
|