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

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