mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Update tokenizers requirement (#10077)
This commit is contained in:
parent
ddaafd78fb
commit
f285e4c3ad
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -132,7 +132,7 @@ _deps = [
|
|||
"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",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ deps = {
|
|||
"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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue