Skip to content

Commit

Permalink
Merge pull request easybuilders#21778 from Micket/20241101094858_new_…
Browse files Browse the repository at this point in the history
…pr_networkx342

{tools}[gfbf/2024a] networkx v3.4.2
  • Loading branch information
smoors authored Nov 6, 2024
2 parents 36ae3a7 + 9bcf061 commit b1d00ee
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions easybuild/easyconfigs/n/networkx/networkx-3.4.2-gfbf-2024a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
easyblock = 'PythonPackage'

name = 'networkx'
version = '3.4.2'

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': 'gfbf', 'version': '2024a'}

sources = [SOURCE_TAR_GZ]
checksums = ['307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1']

dependencies = [
('Python', '3.12.3'),
('SciPy-bundle', '2024.05'), # required for numpy, scipy, ...
]

use_pip = True
download_dep_fail = True
sanity_pip_check = True

moduleclass = 'tools'

0 comments on commit b1d00ee

Please sign in to comment.