diff --git a/setup.py b/setup.py index 981a74d..41df7f8 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,6 @@ 'License :: OSI Approved :: MIT License' ], python_requires='>=3.8, <4', - install_requires=['leidenalg', 'matplotlib', "numpy", 'psutil', 'python-igraph', + install_requires=['leidenalg', 'matplotlib', "numpy", 'psutil', 'igraph', "scikit-learn", "scipy>=1.7", 'seaborn'] )