From 03a52e4e64e9a7d437b99b039690f5060b1e940e Mon Sep 17 00:00:00 2001 From: Philipp Arras Date: Thu, 6 Jun 2024 22:13:42 +0200 Subject: [PATCH] Add tqdm as dependency to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca74751..6a5ef2d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ author_email='k.hammernik@tum.de', url='https://github.com/khammernik/medutils/', packages=['medutils', 'medutils.optimization', 'medutils.optimization_th'], - install_requires=['numpy', 'scipy', 'h5py', 'matplotlib', 'scikit-image'], + install_requires=['numpy', 'scipy', 'h5py', 'matplotlib', 'scikit-image', 'tqdm'], license="Apache 2.0", classifiers=[ 'Development Status :: 4 - Beta',