12 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-cER5XYxnURzRLtrisWBu2kxtOiRqgaRTJYyaCMh2qqE=";
24 # Fix test: https://github.com/WestHealth/pyvis/issues/138
26 url = "https://github.com/WestHealth/pyvis/commit/eaa24b882401e2e74353efa78bf4e71a880cfc47.patch";
27 sha256 = "sha256-hyDypavoCM36SiuQda1U4FLUPdAjTIMtaeZ0KqfHKzI=";
31 propagatedBuildInputs = [ networkx jinja2 ipython jsonpickle ];
33 checkInputs = [ numpy ];
35 pythonImportsCheck = [ "pyvis" ];
38 homepage = "https://github.com/WestHealth/pyvis";
39 description = "Python package for creating and visualizing interactive network graphs";
40 license = licenses.bsd3;
41 maintainers = with maintainers; [ erictapen ];