holoviz / geoviews

Simple, concise geographical visualization in Python
http://geoviews.org
BSD 3-Clause "New" or "Revised" License
597 stars 77 forks source link

Add `pyproj` to the runtime dependencies #627

Closed maximlt closed 1 year ago

maximlt commented 1 year ago

Fixes https://github.com/holoviz/geoviews/issues/621

But also always lazy load pyproj, not to increase the import time of geoviews/hvplot which is already long enough.

The conda-forge recipe will have to be updated accordingly.