added folium matplotlib mapclassify to requirement for gpd.explore
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -9,3 +9,6 @@ numpy>=2.2.2
|
|
| 9 |
shapely>=2.0.7
|
| 10 |
pyproj>=3.7.0
|
| 11 |
scipy>=1.15.1
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
shapely>=2.0.7
|
| 10 |
pyproj>=3.7.0
|
| 11 |
scipy>=1.15.1
|
| 12 |
+
folium>=0.19.4
|
| 13 |
+
matplotlib>=3.10.0
|
| 14 |
+
mapclassify>=2.8.1
|