10 # optional-dependencies
28 buildPythonPackage rec {
30 # upgrade may break sage, please test the sage build or ping @timokau on upgrade
34 disabled = pythonOlder "3.8";
37 inherit pname version;
38 hash = "sha256-DBJ9iy9IZfWa6cuKr81gtccPMkHr1m997618SrkBJsk=";
41 nativeBuildInputs = [ setuptools ];
43 optional-dependencies = {
68 # No warnings of type (<class 'DeprecationWarning'>, <class 'PendingDeprecationWarning'>, <class 'FutureWarning'>) were emitted.
69 "test_connected_raise"
73 changelog = "https://github.com/networkx/networkx/blob/networkx-${version}/doc/release/release_${version}.rst";
74 homepage = "https://networkx.github.io/";
75 downloadPage = "https://github.com/networkx/networkx";
76 description = "Library for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks";
77 license = lib.licenses.bsd3;