Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.31.0
|
| 2 |
+
folium==0.15.1
|
| 3 |
+
streamlit-folium==0.15.0
|
| 4 |
+
osmnx==1.9.1
|
| 5 |
+
networkx==3.2.1
|
| 6 |
+
pandas==2.2.0
|