Skip to content

Commit 0c4fda2

Browse files
authored
Merge pull request #9 from szhorvat/patch-1
change python-igraph to igraph
2 parents b5d8938 + 1ccdfae commit 0c4fda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
'License :: OSI Approved :: MIT License'
3333
],
3434
python_requires='>=3.8, <4',
35-
install_requires=['leidenalg', 'matplotlib', "numpy", 'psutil', 'python-igraph',
35+
install_requires=['leidenalg', 'matplotlib', "numpy", 'psutil', 'igraph',
3636
"scikit-learn", "scipy>=1.7", 'seaborn']
3737
)

0 commit comments

Comments
 (0)