28 buildPythonPackage rec {
33 disabled = pythonOlder "3.9";
36 inherit pname version;
37 hash = "sha256-mJ7QOJGJrcR+3NJgHS6rGL82bnSwf14oc+AhMjxKFLs=";
64 # All of the following below require xarray.tutorial files that require
65 # downloading files from the internet (not possible in the sandbox).
66 "hvplot/tests/testgeo.py"
67 "hvplot/tests/testinteractive.py"
68 "hvplot/tests/testui.py"
69 "hvplot/tests/testutil.py"
72 pythonImportsCheck = [ "hvplot.pandas" ];
75 description = "High-level plotting API for the PyData ecosystem built on HoloViews";
76 homepage = "https://hvplot.pyviz.org";
77 changelog = "https://github.com/holoviz/hvplot/releases/tag/v${version}";
78 license = lib.licenses.bsd3;