python3Packages.hvplot: add colorcet dependency
This commit is contained in:
parent
3c715aef15
commit
7bbdedb743
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue