Skip to content

Commit

Permalink
add tqdm
Browse files Browse the repository at this point in the history
  • Loading branch information
dunzeng committed Oct 11, 2021
1 parent 7743983 commit 659a270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
numpy
pandas
pynvml
tqdm

torch>=1.7.1
torchvision>=0.8.2
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
'torchvision>=0.8.2',
'numpy',
'pandas',
'pynvml'],
'pynvml',
'tqdm'],
python_requires='>=3.6',
classifiers=[
'Topic :: Scientific/Engineering',
Expand Down

0 comments on commit 659a270

Please sign in to comment.