Commit 0f502682 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Pin PyTorch to make CI green

parent f9c16b02
......@@ -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",
......
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