Skip to content

Commit

Permalink
Add tqdm to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Jun 14, 2021
1 parent 22864c4 commit 6f8d05c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ def run(self, *args, **kwargs):
'numpy>=1.16.6,<1.20.0',
'scipy>=1.3.0',
'scikit-image',
'scikit-learn'],
'scikit-learn',
'tqdm'],
extras_require={
'tests': ['pytest<6',
'pytest-pep8',
Expand Down

0 comments on commit 6f8d05c

Please sign in to comment.