Spaces:
Runtime error
Runtime error
Add requirements
Browse files- requirements.txt +64 -0
requirements.txt
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==4.2.2
|
2 |
+
attrs==23.1.0
|
3 |
+
blinker==1.6.2
|
4 |
+
cachetools==5.3.0
|
5 |
+
certifi==2022.12.7
|
6 |
+
charset-normalizer==3.1.0
|
7 |
+
click==8.1.3
|
8 |
+
contourpy==1.0.7
|
9 |
+
cycler==0.11.0
|
10 |
+
decorator==5.1.1
|
11 |
+
entrypoints==0.4
|
12 |
+
filelock==3.12.0
|
13 |
+
fonttools==4.39.3
|
14 |
+
fsspec
|
15 |
+
gitdb==4.0.10
|
16 |
+
GitPython==3.1.31
|
17 |
+
huggingface-hub==0.23.0
|
18 |
+
idna==3.4
|
19 |
+
importlib-metadata==6.6.0
|
20 |
+
importlib-resources==5.12.0
|
21 |
+
Jinja2==3.1.2
|
22 |
+
jsonschema==4.17.3
|
23 |
+
kiwisolver==1.4.4
|
24 |
+
markdown-it-py==2.2.0
|
25 |
+
MarkupSafe==2.1.2
|
26 |
+
matplotlib==3.7.1
|
27 |
+
mdurl==0.1.2
|
28 |
+
numpy==1.24.3
|
29 |
+
packaging==23.1
|
30 |
+
pandas==1.5.3
|
31 |
+
Pillow==9.5.0
|
32 |
+
plotly==5.14.1
|
33 |
+
protobuf==3.20.3
|
34 |
+
pyarrow==11.0.0
|
35 |
+
pydeck==0.8.1b0
|
36 |
+
Pygments==2.15.1
|
37 |
+
Pympler==1.0.1
|
38 |
+
pyparsing==3.0.9
|
39 |
+
pyrsistent==0.19.3
|
40 |
+
python-dateutil==2.8.2
|
41 |
+
pytz==2023.3
|
42 |
+
pytz-deprecation-shim==0.1.0.post0
|
43 |
+
PyYAML==6.0
|
44 |
+
regex==2023.3.23
|
45 |
+
requests==2.29.0
|
46 |
+
rich==13.3.4
|
47 |
+
scipy==1.10.1
|
48 |
+
seaborn==0.12.2
|
49 |
+
six==1.16.0
|
50 |
+
smmap==5.0.0
|
51 |
+
streamlit==1.22.0
|
52 |
+
tenacity==8.2.2
|
53 |
+
tokenizers==0.13.3
|
54 |
+
toml==0.10.2
|
55 |
+
toolz==0.12.0
|
56 |
+
tornado==6.3.1
|
57 |
+
tqdm==4.65.0
|
58 |
+
transformers==4.28.1
|
59 |
+
typing_extensions==4.5.0
|
60 |
+
tzdata==2023.3
|
61 |
+
tzlocal==4.3
|
62 |
+
urllib3==1.26.15
|
63 |
+
validators==0.20.0
|
64 |
+
zipp==3.15.0
|