Skip to content

Commit afb9314

Browse files
authored
Replace python-igraph requirement with igraph >= 0.9.8 (giotto-ai#616)
python-igraph is deprecated as described in https://pypi.org/project/python-igraph/
1 parent 608aab4 commit afb9314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ joblib >= 0.16.0
44
scikit-learn >= 0.23.1
55
giotto-ph >= 0.2.1
66
pyflagser >= 0.4.3
7-
python-igraph >= 0.8.2
7+
igraph >= 0.9.8
88
plotly >= 4.8.2
99
ipywidgets >= 7.5.1

0 commit comments

Comments
 (0)