Skip to content

Commit

Permalink
mention pyproj (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Nov 3, 2022
1 parent 281e71f commit 4e55da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvplot/util.py
Expand Up @@ -231,7 +231,7 @@ def process_crs(crs):
import geoviews as gv # noqa
import pyproj
except ImportError:
raise ImportError('Geographic projection support requires GeoViews and cartopy.')
raise ImportError('Geographic projection support requires GeoViews, pyproj and cartopy.')

if crs is None:
return ccrs.PlateCarree()
Expand Down

0 comments on commit 4e55da4

Please sign in to comment.