11 buildPythonPackage rec {
13 # upgrade may break sage, please test the sage build or ping @timokau on upgrade
15 disabled = pythonOlder "3.8";
18 inherit pname version;
19 sha256 = "sha256-vSt3MDAIYMvS2v6OWvif9cmmXDl1s1J5nYemI4tDAaY=";
22 propagatedBuildInputs = [ decorator setuptools ];
23 checkInputs = [ nose pytestCheckHook ];
26 homepage = "https://networkx.github.io/";
27 description = "Library for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks";
28 license = lib.licenses.bsd3;