python3.pkgs.hvplot: 0.5.2 -> 0.6.0
This commit is contained in:
parent
f4c52d58be
commit
1ee0b9bc63
@ -13,17 +13,22 @@
|
|||||||
, networkx
|
, networkx
|
||||||
, streamz
|
, streamz
|
||||||
, colorcet
|
, colorcet
|
||||||
|
, pythonImportsCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hvplot";
|
pname = "hvplot";
|
||||||
version = "0.5.2";
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "408a7756b980df148d1f2fd59cd690ad4870d7e3c3c5e46c6b5c2e71fc6a097c";
|
sha256 = "8fcf2f251bd9d4b0390d9c272c992aa75e11174829e416a22de8fba38acc1ce9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
pythonImportsCheckHook
|
||||||
|
];
|
||||||
|
|
||||||
checkInputs = [ pytest parameterized nbsmoke flake8 coveralls xarray networkx streamz ];
|
checkInputs = [ pytest parameterized nbsmoke flake8 coveralls xarray networkx streamz ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
bokeh
|
bokeh
|
||||||
@ -39,6 +44,10 @@ buildPythonPackage rec {
|
|||||||
# many tests require a network connection
|
# many tests require a network connection
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [
|
||||||
|
"hvplot.pandas"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A high-level plotting API for the PyData ecosystem built on HoloViews";
|
description = "A high-level plotting API for the PyData ecosystem built on HoloViews";
|
||||||
homepage = "https://hvplot.pyviz.org";
|
homepage = "https://hvplot.pyviz.org";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user