Pin torchvision and torchaudio as well

This commit is contained in:
Matt 2024-01-30 18:14:20 +00:00
parent fd747a3c33
commit 05fa5e0bab
2 changed files with 4 additions and 4 deletions

View File

@ -176,8 +176,8 @@ _deps = [
"timm",
"tokenizers>=0.14,<0.19",
"torch>=1.11,!=1.12.0,<2.2.0",
"torchaudio",
"torchvision",
"torchaudio<2.2.0",
"torchvision<0.17.0",
"pyctcdecode>=0.4.0",
"tqdm>=4.27",
"unidic>=1.0.2",

View File

@ -81,8 +81,8 @@ deps = {
"timm": "timm",
"tokenizers": "tokenizers>=0.14,<0.19",
"torch": "torch>=1.11,!=1.12.0,<2.2.0",
"torchaudio": "torchaudio",
"torchvision": "torchvision",
"torchaudio": "torchaudio<2.2.0",
"torchvision": "torchvision<0.17.0",
"pyctcdecode": "pyctcdecode>=0.4.0",
"tqdm": "tqdm>=4.27",
"unidic": "unidic>=1.0.2",