Allowing users to use the latest tokenizers release ! (#19139)
* Allowing users to use the latest `tokenizers` release ! * Upgrading the versions table too.
This commit is contained in:
2
setup.py
2
setup.py
@@ -160,7 +160,7 @@ _deps = [
|
||||
"tf2onnx",
|
||||
"timeout-decorator",
|
||||
"timm",
|
||||
"tokenizers>=0.11.1,!=0.11.3,<0.13",
|
||||
"tokenizers>=0.11.1,!=0.11.3,<0.14",
|
||||
"torch>=1.7,!=1.12.0",
|
||||
"torchaudio",
|
||||
"pyctcdecode>=0.3.0",
|
||||
|
||||
@@ -66,7 +66,7 @@ deps = {
|
||||
"tf2onnx": "tf2onnx",
|
||||
"timeout-decorator": "timeout-decorator",
|
||||
"timm": "timm",
|
||||
"tokenizers": "tokenizers>=0.11.1,!=0.11.3,<0.13",
|
||||
"tokenizers": "tokenizers>=0.11.1,!=0.11.3,<0.14",
|
||||
"torch": "torch>=1.7,!=1.12.0",
|
||||
"torchaudio": "torchaudio",
|
||||
"pyctcdecode": "pyctcdecode>=0.3.0",
|
||||
|
||||
Reference in New Issue
Block a user