From 9d8580915ac746417ebe040515a3f5a693b2f551 Mon Sep 17 00:00:00 2001 From: DavAug Date: Fri, 12 Feb 2021 19:03:30 +0100 Subject: [PATCH] #09 add tqdm --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 9de4a9a..4f55736 100644 --- a/setup.py +++ b/setup.py @@ -22,5 +22,7 @@ 'matplotlib', 'numpy', 'pints', + 'tqdm', + 'ipywidgets' ], )