diff --git a/setup.py b/setup.py index 678b6b0..51d4351 100644 --- a/setup.py +++ b/setup.py @@ -34,5 +34,5 @@ ], python_requires='>=3.8, <4', install_requires=['leidenalg', 'matplotlib', "numpy", 'psutil', 'igraph', - "scikit-learn", "scipy>=1.7", 'seaborn'] + "scikit-learn", "scipy>=1.7", 'seaborn', 'tqdm'] )