We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5d8938 + 1ccdfae commit 0c4fda2Copy full SHA for 0c4fda2
setup.py
@@ -32,6 +32,6 @@
32
'License :: OSI Approved :: MIT License'
33
],
34
python_requires='>=3.8, <4',
35
- install_requires=['leidenalg', 'matplotlib', "numpy", 'psutil', 'python-igraph',
+ install_requires=['leidenalg', 'matplotlib', "numpy", 'psutil', 'igraph',
36
"scikit-learn", "scipy>=1.7", 'seaborn']
37
)
0 commit comments