From 8a7fdf68971a5188133cc589951d710663a56caf Mon Sep 17 00:00:00 2001 From: rrian <76220808+rrian@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:24:17 +0800 Subject: [PATCH] Update setup.py added , after 'tqdm>=0.0' --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 77feb8e..36d006d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ packages=['sps'], zip_safe=False, install_requires=[ - 'tqdm>=0.0' + 'tqdm>=0.0', 'numpy>=0.0', 'pandas>=0.0', 'Pillow>=0.0', @@ -20,4 +20,4 @@ 'sklearn>=0.0', 'torch>=0.0', 'torchvision>=0.0', - ]), \ No newline at end of file + ]),