mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Pin PyTorch to make CI green
This commit is contained in:
parent
f9c16b02e3
commit
0f502682fb
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -149,7 +149,7 @@ _deps = [
|
|||
"timeout-decorator",
|
||||
"timm",
|
||||
"tokenizers>=0.10.1,<0.11",
|
||||
"torch>=1.0",
|
||||
"torch>=1.0,<1.10",
|
||||
"torchaudio",
|
||||
"tqdm>=4.27",
|
||||
"unidic>=1.0.2",
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ deps = {
|
|||
"timeout-decorator": "timeout-decorator",
|
||||
"timm": "timm",
|
||||
"tokenizers": "tokenizers>=0.10.1,<0.11",
|
||||
"torch": "torch>=1.0",
|
||||
"torch": "torch>=1.0,<1.10",
|
||||
"torchaudio": "torchaudio",
|
||||
"tqdm": "tqdm>=4.27",
|
||||
"unidic": "unidic>=1.0.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue