# IT4Innovations # LK 2023 easyblock = 'PythonPackage' name = 'networkx' version = '2.5' homepage = 'https://pypi.python.org/pypi/networkx' description = """NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.""" toolchain = {'name': 'fosscuda', 'version': '2020b'} sources = [SOURCE_TAR_GZ] checksums = ['7978955423fbc9639c10498878be59caf99b44dc304c2286162fd24b458c1602'] dependencies = [ ('Python', '3.8.6'), # ('SciPy-bundle', '2020.11'), # required for numpy, scipy, ... ] use_pip = True download_dep_fail = True sanity_pip_check = True moduleclass = 'tools'