From 7722c84599c4938a7d5b072c82328a0c8b9756ea Mon Sep 17 00:00:00 2001 From: spencerfolk Date: Tue, 12 Dec 2023 14:35:47 -0500 Subject: [PATCH] Added tqdm dependency --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 254dc2a..d9d85a0 100644 --- a/setup.py +++ b/setup.py @@ -18,4 +18,5 @@ setup( 'scipy', 'pandas', 'ndsplines', - 'timeout_decorator']) + 'timeout_decorator', + 'tqdm'])