Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +42 -3
requirements.txt
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
-
altair
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.5.0
|
2 |
+
attrs==25.3.0
|
3 |
+
blinker==1.9.0
|
4 |
+
branca==0.8.1
|
5 |
+
cachetools==5.5.2
|
6 |
+
certifi==2025.4.26
|
7 |
+
charset-normalizer==3.4.1
|
8 |
+
click==8.1.8
|
9 |
+
colorama==0.4.6
|
10 |
+
folium==0.19.5
|
11 |
+
gitdb==4.0.12
|
12 |
+
GitPython==3.1.44
|
13 |
+
idna==3.10
|
14 |
+
Jinja2==3.1.6
|
15 |
+
jsonschema==4.23.0
|
16 |
+
jsonschema-specifications==2025.4.1
|
17 |
+
MarkupSafe==3.0.2
|
18 |
+
narwhals==1.37.1
|
19 |
+
numpy==2.2.5
|
20 |
+
packaging==24.2
|
21 |
+
pandas==2.2.3
|
22 |
+
pillow==11.2.1
|
23 |
+
protobuf==6.30.2
|
24 |
+
pyarrow==20.0.0
|
25 |
+
pydeck==0.9.1
|
26 |
+
python-dateutil==2.9.0.post0
|
27 |
+
pytz==2025.2
|
28 |
+
referencing==0.36.2
|
29 |
+
requests==2.32.3
|
30 |
+
rpds-py==0.24.0
|
31 |
+
six==1.17.0
|
32 |
+
smmap==5.0.2
|
33 |
+
streamlit==1.45.0
|
34 |
+
streamlit_folium==0.25.0
|
35 |
+
tenacity==9.1.2
|
36 |
+
toml==0.10.2
|
37 |
+
tornado==6.4.2
|
38 |
+
typing_extensions==4.13.2
|
39 |
+
tzdata==2025.2
|
40 |
+
urllib3==2.4.0
|
41 |
+
watchdog==6.0.0
|
42 |
+
xyzservices==2025.4.0
|