From bd5b5af04b16adcdc867957463a8f3ff4f9c5c80 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 12 Sep 2019 13:24:30 +0200 Subject: [PATCH] Add dependency tqdm --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 6b56aec..da30486 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,7 @@ install_requires = numpy pystencils>=0.2.7 jinja2 + tqdm stringcase # for converting to camelcase for tensorflow # The usage of test_requires is discouraged, see `Dependency Management` docs test_requires = -- GitLab