Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +50 -0
requirements.txt
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.4.1
|
2 |
+
attrs==24.2.0
|
3 |
+
blinker==1.8.2
|
4 |
+
cachetools==5.5.0
|
5 |
+
certifi==2024.8.30
|
6 |
+
charset-normalizer==3.4.0
|
7 |
+
click==8.1.7
|
8 |
+
contourpy==1.3.0
|
9 |
+
cycler==0.12.1
|
10 |
+
et_xmlfile==2.0.0
|
11 |
+
fonttools==4.54.1
|
12 |
+
gitdb==4.0.11
|
13 |
+
GitPython==3.1.43
|
14 |
+
idna==3.10
|
15 |
+
Jinja2==3.1.4
|
16 |
+
jsonschema==4.23.0
|
17 |
+
jsonschema-specifications==2024.10.1
|
18 |
+
kiwisolver==1.4.7
|
19 |
+
markdown-it-py==3.0.0
|
20 |
+
MarkupSafe==3.0.2
|
21 |
+
matplotlib==3.9.2
|
22 |
+
mdurl==0.1.2
|
23 |
+
narwhals==1.11.1
|
24 |
+
numpy==2.1.2
|
25 |
+
openpyxl==3.1.5
|
26 |
+
packaging==24.1
|
27 |
+
pandas==2.2.3
|
28 |
+
pillow==10.4.0
|
29 |
+
protobuf==5.28.3
|
30 |
+
py4j==0.10.9.7
|
31 |
+
pyarrow==18.0.0
|
32 |
+
pydeck==0.9.1
|
33 |
+
Pygments==2.18.0
|
34 |
+
pyparsing==3.2.0
|
35 |
+
python-dateutil==2.9.0.post0
|
36 |
+
pytz==2024.2
|
37 |
+
referencing==0.35.1
|
38 |
+
requests==2.32.3
|
39 |
+
rich==13.9.3
|
40 |
+
rpds-py==0.20.0
|
41 |
+
six==1.16.0
|
42 |
+
smmap==5.0.1
|
43 |
+
streamlit==1.39.0
|
44 |
+
tenacity==9.0.0
|
45 |
+
toml==0.10.2
|
46 |
+
tornado==6.4.1
|
47 |
+
typing_extensions==4.12.2
|
48 |
+
tzdata==2024.2
|
49 |
+
urllib3==2.2.3
|
50 |
+
watchdog==5.0.3
|