ports/math/py-igraph/pkg-descr
Muhammad Moinur Rahman 667789800f math/py-*igraph: Update version 0.9.9=>0.10.4
- Update was done to fix build on llvm15
- Moved the port to reflect Pypi project name

Changelog: https://github.com/igraph/python-igraph/releases/tag/0.10.4

Approved by:	portmgr (blanket)
2023-05-18 20:10:19 +02:00

5 lines
336 B
Text

This module extends Python with a Graph class which is capable of handling
arbitrary directed and undirected graphs with thousands of nodes and millions
of edges. Since the module makes use of the open source igraph library
written in almost 100% pure C, it is blazing fast and outperforms most other
pure Python-based packages around.