diff --git a/setup.py b/setup.py index 87c474a..e8ea960 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ "tqdm", "matplotlib", "tensorboard", + "tqdm>=4.61.0" ], test_suite="tests", tests_require=["flake8", "pytest"],