Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #384 from wellcometrust/unpin-tokenizers
Browse files Browse the repository at this point in the history
Unpin tokenizers to update transformers
  • Loading branch information
nsorros authored Mar 21, 2022
2 parents 9ddd0ac + 742f38c commit 4bfbe52
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 @@ -38,7 +38,7 @@
],
'transformers': [
'transformers',
'tokenizers==0.10.1'
'tokenizers'
],
'tensorflow': [
'tensorflow==2.4.0',
Expand Down

0 comments on commit 4bfbe52

Please sign in to comment.