python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.94k stars 2.23k forks source link

Explicitly requires fiona for testing #1978

Closed ocefpaf closed 5 months ago

ocefpaf commented 5 months ago

Fixes the failures we are seeing in #1976 due to geopandas changes.

ocefpaf commented 5 months ago

Looks like we have a problem with the packages on Windows.

Importing fiona resulted in: DLL load failed while importing _env: The specified module could not be found.
martinfleis commented 5 months ago

Coming from https://github.com/conda-forge/minizip-feedstock/issues/17

ocefpaf commented 5 months ago

This PR is no longer needed b/c the root of the problem was not the lack of fiona but a bad Windows library in the dependency chain. That was resolved upstream. Closing this one.