Update requirements.txt
Browse files- requirements.txt +6 -42
requirements.txt
CHANGED
|
@@ -1,42 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
charset-normalizer==3.4.2
|
| 8 |
-
click==8.1.8
|
| 9 |
-
folium==0.20.0
|
| 10 |
-
gitdb==4.0.12
|
| 11 |
-
GitPython==3.1.44
|
| 12 |
-
idna==3.10
|
| 13 |
-
Jinja2==3.1.6
|
| 14 |
-
jsonschema==4.24.0
|
| 15 |
-
jsonschema-specifications==2025.4.1
|
| 16 |
-
MarkupSafe==3.0.2
|
| 17 |
-
narwhals==1.47.0
|
| 18 |
-
numpy>=1.26,<2.1
|
| 19 |
-
packaging==25.0
|
| 20 |
-
pandas==2.3.1
|
| 21 |
-
pillow==11.3.0
|
| 22 |
-
plotly==6.2.0
|
| 23 |
-
protobuf==6.31.1
|
| 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.4
|
| 30 |
-
rpds-py==0.26.0
|
| 31 |
-
six==1.17.0
|
| 32 |
-
smmap==5.0.2
|
| 33 |
-
streamlit==1.47.0
|
| 34 |
-
streamlit_folium==0.25.0
|
| 35 |
-
tenacity==9.1.2
|
| 36 |
-
toml==0.10.2
|
| 37 |
-
tornado==6.5.1
|
| 38 |
-
typing_extensions==4.14.1
|
| 39 |
-
tzdata==2025.2
|
| 40 |
-
urllib3==2.5.0
|
| 41 |
-
watchdog==6.0.0
|
| 42 |
-
xyzservices==2025.4.0
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
pandas
|
| 3 |
+
numpy
|
| 4 |
+
folium
|
| 5 |
+
streamlit_folium
|
| 6 |
+
plotly # remove if not used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|