Spaces:
Runtime error
Runtime error
vvv-knyazeva
commited on
Commit
•
4811458
1
Parent(s):
1320eb3
Upload requirements.txt
Browse files- requirements.txt +59 -0
requirements.txt
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.0.1
|
2 |
+
attrs==23.1.0
|
3 |
+
blinker==1.6.2
|
4 |
+
cachetools==5.3.1
|
5 |
+
certifi==2023.5.7
|
6 |
+
charset-normalizer==3.1.0
|
7 |
+
click==8.1.3
|
8 |
+
decorator==5.1.1
|
9 |
+
filelock==3.12.0
|
10 |
+
fsspec==2023.5.0
|
11 |
+
gitdb==4.0.10
|
12 |
+
GitPython==3.1.31
|
13 |
+
huggingface-hub==0.15.1
|
14 |
+
idna==3.4
|
15 |
+
importlib-metadata==6.6.0
|
16 |
+
Jinja2==3.1.2
|
17 |
+
jsonschema==4.17.3
|
18 |
+
markdown-it-py==2.2.0
|
19 |
+
MarkupSafe==2.1.3
|
20 |
+
mdurl==0.1.2
|
21 |
+
mpmath==1.3.0
|
22 |
+
networkx==3.1
|
23 |
+
numpy==1.24.3
|
24 |
+
packaging==23.1
|
25 |
+
pandas==2.0.2
|
26 |
+
Pillow==9.5.0
|
27 |
+
protobuf==4.23.2
|
28 |
+
pyarrow==12.0.0
|
29 |
+
pydeck==0.8.1b0
|
30 |
+
Pygments==2.15.1
|
31 |
+
Pympler==1.0.1
|
32 |
+
pyrsistent==0.19.3
|
33 |
+
python-dateutil==2.8.2
|
34 |
+
pytz==2023.3
|
35 |
+
pytz-deprecation-shim==0.1.0.post0
|
36 |
+
PyYAML==6.0
|
37 |
+
regex==2023.6.3
|
38 |
+
requests==2.31.0
|
39 |
+
rich==13.4.1
|
40 |
+
six==1.16.0
|
41 |
+
smmap==5.0.0
|
42 |
+
streamlit==1.23.1
|
43 |
+
sympy==1.12
|
44 |
+
tenacity==8.2.2
|
45 |
+
tokenizers==0.13.3
|
46 |
+
toml==0.10.2
|
47 |
+
toolz==0.12.0
|
48 |
+
torch==2.0.1
|
49 |
+
torchaudio==2.0.2
|
50 |
+
torchvision==0.15.2
|
51 |
+
tornado==6.3.2
|
52 |
+
tqdm==4.65.0
|
53 |
+
transformers==4.29.2
|
54 |
+
typing_extensions==4.6.3
|
55 |
+
tzdata==2023.3
|
56 |
+
tzlocal==4.3
|
57 |
+
urllib3==2.0.3
|
58 |
+
validators==0.20.0
|
59 |
+
zipp==3.15.0
|