Spaces:
Running
Running
Upload requirement.txt for streamlit app
Browse files- requirements.txt +52 -4
requirements.txt
CHANGED
@@ -1,4 +1,52 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.3.0
|
2 |
+
attrs==23.2.0
|
3 |
+
blinker==1.8.2
|
4 |
+
cachetools==5.4.0
|
5 |
+
certifi==2024.7.4
|
6 |
+
charset-normalizer==3.3.2
|
7 |
+
click==8.1.7
|
8 |
+
gitdb==4.0.11
|
9 |
+
GitPython==3.1.43
|
10 |
+
idna==3.7
|
11 |
+
Jinja2==3.1.4
|
12 |
+
jsonschema==4.23.0
|
13 |
+
jsonschema-specifications==2023.12.1
|
14 |
+
markdown-it-py==3.0.0
|
15 |
+
MarkupSafe==2.1.5
|
16 |
+
mdurl==0.1.2
|
17 |
+
numpy==2.0.1
|
18 |
+
packaging==24.1
|
19 |
+
pandas==2.2.2
|
20 |
+
pillow==10.4.0
|
21 |
+
prettytable==3.10.2
|
22 |
+
protobuf==5.27.2
|
23 |
+
pyarrow==17.0.0
|
24 |
+
pydeck==0.9.1
|
25 |
+
pyecharts==2.0.6
|
26 |
+
Pygments==2.18.0
|
27 |
+
python-dateutil==2.9.0.post0
|
28 |
+
pytz==2024.1
|
29 |
+
referencing==0.35.1
|
30 |
+
regex==2023.12.25
|
31 |
+
requests==2.32.3
|
32 |
+
rich==13.7.1
|
33 |
+
rpds-py==0.19.1
|
34 |
+
setuptools==69.5.1
|
35 |
+
simplejson==3.19.2
|
36 |
+
six==1.16.0
|
37 |
+
smmap==5.0.1
|
38 |
+
streamlit==1.37.0
|
39 |
+
streamlit-echarts==0.4.0
|
40 |
+
streamlit-javascript==0.1.5
|
41 |
+
streamlit-on-Hover-tabs==1.0.1
|
42 |
+
tenacity==8.5.0
|
43 |
+
toml==0.10.2
|
44 |
+
toolz==0.12.1
|
45 |
+
tornado==6.4.1
|
46 |
+
tqdm==4.66.2
|
47 |
+
typing_extensions==4.12.2
|
48 |
+
tzdata==2024.1
|
49 |
+
urllib3==2.2.2
|
50 |
+
watchdog==4.0.1
|
51 |
+
wcwidth==0.2.13
|
52 |
+
wheel==0.43.0
|