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 + ]),