13 buildPythonPackage rec {
16 format = "setuptools";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-eo9Mk2c0hrBarCrzwmkXha3Qt4Bl1qR7Lhl9EkUx96E=";
25 propagatedBuildInputs = [
38 # jupyter integration test with selenium and webdriver_manager
39 "pyvis/tests/test_html.py"
42 pythonImportsCheck = [ "pyvis" ];
45 homepage = "https://github.com/WestHealth/pyvis";
46 description = "Python package for creating and visualizing interactive network graphs";
47 license = licenses.bsd3;
48 maintainers = with maintainers; [ pbsds ];