Update tokenizers requirement (#10077)
This commit is contained in:
Родитель
ddaafd78fb
Коммит
f285e4c3ad
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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче