We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087d1f6 commit bfbc552Copy full SHA for bfbc552
requirements.txt
@@ -5,8 +5,7 @@ networkx
5
numpy
6
osmnx
7
pandas
8
-Pillow
9
seaborn
10
tqdm
11
-opencv-python
12
shapely
+folium
setup.py
@@ -521,5 +521,6 @@ def run_stubgen(self):
521
"numpy",
522
"geopandas",
523
"shapely",
524
+ "folium",
525
],
526
)
0 commit comments