Skip to content

Commit bcf49c0

Browse files
n1t0LysandreJik
authored andcommitted
Update tokenizers requirement (#10077)
1 parent 15a8906 commit bcf49c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"tensorflow-cpu>=2.3",
133133
"tensorflow>=2.3",
134134
"timeout-decorator",
135-
"tokenizers==0.10.1rc1",
135+
"tokenizers>=0.10.1,<0.11",
136136
"torch>=1.0",
137137
"tqdm>=4.27",
138138
"unidic>=1.0.2",

src/transformers/dependency_versions_table.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"tensorflow-cpu": "tensorflow-cpu>=2.3",
4646
"tensorflow": "tensorflow>=2.3",
4747
"timeout-decorator": "timeout-decorator",
48-
"tokenizers": "tokenizers==0.10.1rc1",
48+
"tokenizers": "tokenizers>=0.10.1,<0.11",
4949
"torch": "torch>=1.0",
5050
"tqdm": "tqdm>=4.27",
5151
"unidic": "unidic>=1.0.2",

0 commit comments

Comments
 (0)