python3Packages.hvplot: add colorcet dependency
This commit is contained in:
parent
3c715aef15
commit
7bbdedb743
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user