Spaces:
Sleeping
Sleeping
Maslov-Artem
commited on
Commit
·
ba08bc6
1
Parent(s):
9f7701f
Change requitements.txt
Browse files- requirements.txt +63 -0
requirements.txt
CHANGED
@@ -285,3 +285,66 @@ yarl==1.9.4
|
|
285 |
yellowbrick==1.5
|
286 |
yfinance==0.2.35
|
287 |
zipp==3.17.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
yellowbrick==1.5
|
286 |
yfinance==0.2.35
|
287 |
zipp==3.17.0
|
288 |
+
altair==5.2.0
|
289 |
+
attrs==23.2.0
|
290 |
+
blinker==1.7.0
|
291 |
+
cachetools==5.3.3
|
292 |
+
certifi==2024.2.2
|
293 |
+
charset-normalizer==3.3.2
|
294 |
+
click==8.1.7
|
295 |
+
DAWG-Python==0.7.2
|
296 |
+
docopt==0.6.2
|
297 |
+
filelock==3.13.1
|
298 |
+
fsspec==2024.2.0
|
299 |
+
gitdb==4.0.11
|
300 |
+
GitPython==3.1.42
|
301 |
+
idna==3.6
|
302 |
+
importlib_metadata==7.0.2
|
303 |
+
Jinja2==3.1.3
|
304 |
+
joblib==1.3.2
|
305 |
+
jsonschema==4.21.1
|
306 |
+
jsonschema-specifications==2023.12.1
|
307 |
+
markdown-it-py==3.0.0
|
308 |
+
MarkupSafe==2.1.5
|
309 |
+
mdurl==0.1.2
|
310 |
+
mpmath==1.3.0
|
311 |
+
networkx==3.2.1
|
312 |
+
nltk==3.8.1
|
313 |
+
numpy==1.26.4
|
314 |
+
packaging==23.2
|
315 |
+
pandas==2.2.1
|
316 |
+
pillow==10.2.0
|
317 |
+
protobuf==4.25.3
|
318 |
+
pyarrow==15.0.0
|
319 |
+
pydeck==0.8.1b0
|
320 |
+
Pygments==2.17.2
|
321 |
+
pymorphy2==0.9.1
|
322 |
+
pymorphy2-dicts-ru==2.4.417127.4579844
|
323 |
+
python-dateutil==2.9.0.post0
|
324 |
+
pytz==2024.1
|
325 |
+
referencing==0.33.0
|
326 |
+
regex==2023.12.25
|
327 |
+
requests==2.31.0
|
328 |
+
rich==13.7.1
|
329 |
+
rpds-py==0.18.0
|
330 |
+
scikit-learn==1.4.1.post1
|
331 |
+
scipy==1.12.0
|
332 |
+
six==1.16.0
|
333 |
+
smmap==5.0.1
|
334 |
+
streamlit==1.31.1
|
335 |
+
sympy==1.12
|
336 |
+
tenacity==8.2.3
|
337 |
+
threadpoolctl==3.3.0
|
338 |
+
toml==0.10.2
|
339 |
+
toolz==0.12.1
|
340 |
+
torch==2.2.1
|
341 |
+
torchaudio==2.2.1
|
342 |
+
torchvision==0.17.1
|
343 |
+
tornado==6.4
|
344 |
+
tqdm==4.66.2
|
345 |
+
typing_extensions==4.10.0
|
346 |
+
tzdata==2024.1
|
347 |
+
tzlocal==5.2
|
348 |
+
urllib3==2.2.1
|
349 |
+
validators==0.22.0
|
350 |
+
zipp==3.17.0
|