9 buildPythonPackage rec {
11 # upgrade may break sage, please test the sage build or ping @timokau on upgrade
15 inherit pname version;
17 sha256 = "12swxb15299v9vqjsq4z8rgh5sdhvpx497xwnhpnb0gynrx6zra5";
20 checkInputs = [ nose ];
21 propagatedBuildInputs = [ decorator setuptools ];
24 homepage = "https://networkx.github.io/";
25 description = "Library for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks";
26 license = lib.licenses.bsd3;