Skip to content

Commit

Permalink
install datashader and geoviews from defaults (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
droumis authored Aug 29, 2023
1 parent 3760068 commit e323153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hvplot/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def __init__(
raise ImportError('In order to use geo-related features '
'the geoviews library must be available. '
'It can be installed with:\n conda '
'install -c pyviz geoviews')
'install geoviews')
if self.geo:
if self.kind not in self._geo_types:
param.main.param.warning(
Expand Down Expand Up @@ -1267,7 +1267,7 @@ def method_wrapper(ds, x, y):
raise ImportError('In order to use datashading features '
'the Datashader library must be available. '
'It can be installed with:\n conda '
'install -c pyviz datashader')
'install datashader')

opts = dict(dynamic=self.dynamic)
if self._plot_opts.get('width') is not None:
Expand Down

0 comments on commit e323153

Please sign in to comment.