Unverified Commit f285e4c3 authored by Anthony MOI's avatar Anthony MOI Committed by GitHub
Browse files

Update tokenizers requirement (#10077)

parent ddaafd78
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment