Skip to content

Commit

Permalink
Update setup.py (#138)
Browse files Browse the repository at this point in the history
Missing coma in setup.py
  • Loading branch information
medecau committed Oct 6, 2022
1 parent 9186111 commit 74f675b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tests.*", "tests"]),
install_requires=['torch>=1.0.0',
'pandas>=1.0.1',
'transformers>=3.0.0'
'transformers>=3.0.0',
'numpy',
'requests',
'tqdm>=4.31.1',
Expand Down

0 comments on commit 74f675b

Please sign in to comment.