python3Packages.hvplot: add colorcet dependency

This commit is contained in:
Jonathan Ringer 2019-11-27 22:34:45 -08:00 committed by Jon
parent 3c715aef15
commit 7bbdedb743

View File

@ -12,6 +12,7 @@
, xarray , xarray
, networkx , networkx
, streamz , streamz
, colorcet
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -26,6 +27,7 @@ buildPythonPackage rec {
checkInputs = [ pytest parameterized nbsmoke flake8 coveralls xarray networkx streamz ]; checkInputs = [ pytest parameterized nbsmoke flake8 coveralls xarray networkx streamz ];
propagatedBuildInputs = [ propagatedBuildInputs = [
bokeh bokeh
colorcet
holoviews holoviews
pandas pandas
]; ];