Skip to content

Commit

Permalink
add tokenizers requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nreimers committed Aug 9, 2021
1 parent 8a87467 commit 878ba71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
transformers>=3.1.0,<5.0.0
transformers>=4.6.0,<5.0.0
tokenizers>=0.10.3
tqdm
torch>=1.6.0
torchvision
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
packages=find_packages(),
install_requires=[
'transformers>=4.6.0,<5.0.0',
'tokenizers>=0.10.3',
'tqdm',
'torch>=1.6.0',
'torchvision',
Expand Down

0 comments on commit 878ba71

Please sign in to comment.