giotto-ai / giotto-tda

A high-performance topological machine learning toolbox in Python
https://giotto-ai.github.io/gtda-docs
Other
858 stars 175 forks source link

Replace python-igraph requirement with igraph >= 0.9.8 #616

Closed ulupo closed 2 years ago

ulupo commented 2 years ago

python-igraph is deprecated as described in https://pypi.org/project/python-igraph/, so we should attempt to depend on igraph as described there. Hopefully this is OK in all Python versions we support.

ulupo commented 2 years ago

Thanks!