From e323153dea5f5aa49ee8495b9691f9ee4917ca4c Mon Sep 17 00:00:00 2001 From: Demetris Roumis Date: Tue, 29 Aug 2023 13:56:18 +0200 Subject: [PATCH] install datashader and geoviews from defaults (#1130) --- hvplot/converter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hvplot/converter.py b/hvplot/converter.py index 07df543e0..89b52507c 100644 --- a/hvplot/converter.py +++ b/hvplot/converter.py @@ -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( @@ -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: