18 buildPythonPackage rec {
21 format = "setuptools";
23 disabled = pythonOlder "3.7";
26 inherit pname version;
27 hash = "sha256-3sJBf2VACLHXtkWzHs9iHIvvkBaU5MTnJy7/0Yr6Nts=";
30 propagatedBuildInputs = [
39 # tests not fully included with pypi release
42 pythonImportsCheck = [
47 description = "Python data analysis and visualization seamless and simple";
48 homepage = "http://www.holoviews.org/";
49 license = licenses.bsd3;
50 maintainers = with maintainers; [ costrouc ];