Skip to content

Commit

Permalink
Update tokenizers requirement (huggingface#10077)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1t0 committed Feb 8, 2021
1 parent ddaafd7 commit f285e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"tensorflow-cpu>=2.3",
"tensorflow>=2.3",
"timeout-decorator",
"tokenizers==0.10.1rc1",
"tokenizers>=0.10.1,<0.11",
"torch>=1.0",
"tqdm>=4.27",
"unidic>=1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/dependency_versions_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tensorflow-cpu": "tensorflow-cpu>=2.3",
"tensorflow": "tensorflow>=2.3",
"timeout-decorator": "timeout-decorator",
"tokenizers": "tokenizers==0.10.1rc1",
"tokenizers": "tokenizers>=0.10.1,<0.11",
"torch": "torch>=1.0",
"tqdm": "tqdm>=4.27",
"unidic": "unidic>=1.0.2",
Expand Down

0 comments on commit f285e4c

Please sign in to comment.