diff --git a/python/requirements/rllib/requirements_rllib.txt b/python/requirements/rllib/requirements_rllib.txt index 49aacffe55e3..ab6b153515d1 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -9,7 +9,7 @@ torchvision==0.9.1;sys_platform=="darwin" -f https://download.pytorch.org/whl/torch_stable.html torch==1.8.1+cpu;sys_platform!="darwin" -f https://download.pytorch.org/whl/torch_stable.html -torchvision==0.9.1+cpu;sys_platform!="darwin" +torchvision==0.10.0;sys_platform!="darwin" # Environment adapters. # ---------------------