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 # need to set MPLBACKEND=agg for headless matplotlib for darwin
73 # https://github.com/matplotlib/matplotlib/issues/26292
78 pythonImportsCheck = [ "hvplot.pandas" ];
81 description = "High-level plotting API for the PyData ecosystem built on HoloViews";
82 homepage = "https://hvplot.pyviz.org";
83 changelog = "https://github.com/holoviz/hvplot/releases/tag/v${version}";
84 license = lib.licenses.bsd3;