Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +51 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,51 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
altair==5.5.0
|
| 2 |
+
attrs==25.1.0
|
| 3 |
+
blinker==1.9.0
|
| 4 |
+
branca==0.8.1
|
| 5 |
+
cachetools==5.5.2
|
| 6 |
+
certifi==2025.1.31
|
| 7 |
+
charset-normalizer==3.4.1
|
| 8 |
+
click==8.1.8
|
| 9 |
+
et_xmlfile==2.0.0
|
| 10 |
+
folium==0.19.5
|
| 11 |
+
geographiclib==2.0
|
| 12 |
+
geopy==2.4.1
|
| 13 |
+
gitdb==4.0.12
|
| 14 |
+
GitPython==3.1.44
|
| 15 |
+
idna==3.10
|
| 16 |
+
Jinja2==3.1.6
|
| 17 |
+
joblib==1.4.2
|
| 18 |
+
jsonschema==4.23.0
|
| 19 |
+
jsonschema-specifications==2024.10.1
|
| 20 |
+
kaleido==0.2.1
|
| 21 |
+
MarkupSafe==3.0.2
|
| 22 |
+
narwhals==1.29.0
|
| 23 |
+
numpy==2.2.3
|
| 24 |
+
openpyxl==3.1.5
|
| 25 |
+
packaging==24.2
|
| 26 |
+
pandas==2.2.3
|
| 27 |
+
pillow==11.1.0
|
| 28 |
+
plotly==6.0.0
|
| 29 |
+
protobuf==5.29.3
|
| 30 |
+
pyarrow==19.0.1
|
| 31 |
+
pydeck==0.9.1
|
| 32 |
+
python-dateutil==2.9.0.post0
|
| 33 |
+
pytz==2025.1
|
| 34 |
+
referencing==0.36.2
|
| 35 |
+
requests==2.32.3
|
| 36 |
+
rpds-py==0.23.1
|
| 37 |
+
scikit-learn==1.6.1
|
| 38 |
+
scipy==1.15.2
|
| 39 |
+
six==1.17.0
|
| 40 |
+
smmap==5.0.2
|
| 41 |
+
streamlit==1.43.0
|
| 42 |
+
streamlit_folium==0.24.0
|
| 43 |
+
tenacity==9.0.0
|
| 44 |
+
threadpoolctl==3.5.0
|
| 45 |
+
toml==0.10.2
|
| 46 |
+
tornado==6.4.2
|
| 47 |
+
typing_extensions==4.12.2
|
| 48 |
+
tzdata==2025.1
|
| 49 |
+
urllib3==2.3.0
|
| 50 |
+
watchdog==6.0.0
|
| 51 |
+
xyzservices==2025.1.0
|