diff --git a/python/requirements/ml/requirements_dl.txt b/python/requirements/ml/requirements_dl.txt index f64b332d972a..a8053c8e3b82 100644 --- a/python/requirements/ml/requirements_dl.txt +++ b/python/requirements/ml/requirements_dl.txt @@ -9,6 +9,6 @@ torchvision==0.10.0;sys_platform=="darwin" # On non-OSX machines only install CPU version of torch and torchvision -f https://download.pytorch.org/whl/torch_stable.html -torch==1.9.0+cpu;sys_platform!="darwin" +torch==1.10.0;sys_platform!="darwin" -f https://download.pytorch.org/whl/torch_stable.html torchvision==0.10.0+cpu;sys_platform!="darwin" \ No newline at end of file