Skip to content

Commit

Permalink
Add tqdm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibson committed Jun 4, 2024
1 parent 41e1cc2 commit e08349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
)

0 comments on commit e08349b

Please sign in to comment.