From e53ba81a85bbb5ca58bf7998007f4f72d9c6adb8 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Sun, 15 Sep 2019 15:59:33 +0200
Subject: [PATCH] Add requirement p_tqdm

---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index fab4a5b..6932c1f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,6 +35,7 @@ install_requires =
     pystencils>=0.2.7
     jinja2
     tqdm
+    p_tqdm # for parallel compilation in tensorflow_jit
     stringcase # for converting to camelcase for tensorflow
 # The usage of test_requires is discouraged, see `Dependency Management` docs
 test_requires =
-- 
GitLab