17 buildPythonPackage rec {
23 # We fetch a wheel because while we can fetch the node
24 # artifacts using npm, the bundling invoked in setup.py
25 # tries to fetch even more artifacts
27 inherit pname version format;
28 hash = "sha256-cglT8X3x6tb5ewWluKdTNDi4lFUQqeJQIBSmHGAGDmI=";
34 pythonRelaxDeps = [ "bokeh" ];
36 propagatedBuildInputs = [
49 pythonImportsCheck = [ "panel" ];
51 # infinite recursion in test dependencies (hvplot)
55 description = "High level dashboarding library for python visualization libraries";
56 mainProgram = "panel";
57 homepage = "https://github.com/holoviz/panel";
58 changelog = "https://github.com/holoviz/panel/releases/tag/v${version}";
59 license = licenses.bsd3;