Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +56 -0
requirements.txt
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==4.2.0
|
2 |
+
attrs==22.1.0
|
3 |
+
blinker==1.5
|
4 |
+
cachetools==5.2.0
|
5 |
+
certifi==2022.6.15
|
6 |
+
charset-normalizer==2.1.1
|
7 |
+
click==8.1.3
|
8 |
+
colorama==0.4.5
|
9 |
+
commonmark==0.9.1
|
10 |
+
decorator==5.1.1
|
11 |
+
entrypoints==0.4
|
12 |
+
filelock==3.8.0
|
13 |
+
gitdb==4.0.9
|
14 |
+
GitPython==3.1.27
|
15 |
+
huggingface-hub==0.9.1
|
16 |
+
idna==3.3
|
17 |
+
importlib-metadata==4.12.0
|
18 |
+
Jinja2==3.1.2
|
19 |
+
jsonschema==4.15.0
|
20 |
+
MarkupSafe==2.1.1
|
21 |
+
numpy==1.23.2
|
22 |
+
packaging==21.3
|
23 |
+
pandas==1.4.4
|
24 |
+
Pillow==9.2.0
|
25 |
+
protobuf==3.20.1
|
26 |
+
pyarrow==9.0.0
|
27 |
+
pydeck==0.8.0b1
|
28 |
+
Pygments==2.13.0
|
29 |
+
Pympler==1.0.1
|
30 |
+
pyparsing==3.0.9
|
31 |
+
pyrsistent==0.18.1
|
32 |
+
python-dateutil==2.8.2
|
33 |
+
pytz==2022.2.1
|
34 |
+
pytz-deprecation-shim==0.1.0.post0
|
35 |
+
PyYAML==6.0
|
36 |
+
regex==2022.8.17
|
37 |
+
requests==2.28.1
|
38 |
+
rich==12.5.1
|
39 |
+
semver==2.13.0
|
40 |
+
six==1.16.0
|
41 |
+
smmap==5.0.0
|
42 |
+
streamlit==1.12.2
|
43 |
+
tokenizers==0.12.1
|
44 |
+
toml==0.10.2
|
45 |
+
toolz==0.12.0
|
46 |
+
torch==1.12.1
|
47 |
+
tornado==6.2
|
48 |
+
tqdm==4.64.0
|
49 |
+
transformers==4.21.2
|
50 |
+
typing_extensions==4.3.0
|
51 |
+
tzdata==2022.2
|
52 |
+
tzlocal==4.2
|
53 |
+
urllib3==1.26.12
|
54 |
+
validators==0.20.0
|
55 |
+
watchdog==2.1.9
|
56 |
+
zipp==3.8.1
|