networkx: Python package for complex networks#

Description#

NetworkX (NX) is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

License#

BSD

Upstream Contact#

https://networkx.github.io/

Type#

standard

Dependencies#

Version Information#

package-version.txt:

3.1

install-requires.txt:

networkx >=2.4, <3.2

Equivalent System Packages#

conda:

$ conda install  networkx<3.0,>=2.4

macports: install the following packages: py-networkx

opensuse:

$ sudo zypper install python3-networkx

void:

$ sudo xbps-install  python3-networkx

See https://repology.org/project/python:networkx/versions

However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see github issue #29023