Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
numpy
|
3 |
+
seaborn
|
4 |
+
matplotlib
|
5 |
+
numpy_financial
|
6 |
+
pandas
|
7 |
+
streamlit_folium
|
8 |
+
leafmap
|
9 |
+
folium
|
10 |
+
shapely
|
11 |
+
geopandas
|
12 |
+
geopy
|
13 |
+
scipy
|