diff --git a/python/requirements/rllib/requirements_rllib.txt b/python/requirements/rllib/requirements_rllib.txt index 1cad36689b9c..f20c1a7518c4 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -7,7 +7,7 @@ torchvision==0.9.1;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.8.1+cpu;sys_platform!="darwin" +torch==1.9.1;sys_platform!="darwin" -f https://download.pytorch.org/whl/torch_stable.html torchvision==0.9.1+cpu;sys_platform!="darwin"