diff --git a/e2e_tests/tests/requirements.txt b/e2e_tests/tests/requirements.txt index 424ad4cd113..67476241356 100644 --- a/e2e_tests/tests/requirements.txt +++ b/e2e_tests/tests/requirements.txt @@ -3,7 +3,7 @@ appdirs pytest>=6.0.1 pytest-timeout pexpect -torch==1.9.0 +torch==1.13.1 torchvision==0.10.0 tensorflow==2.8.4; sys_platform != 'darwin' or platform_machine != 'arm64' tensorflow-macos==2.8.0; sys_platform == 'darwin' and platform_machine == 'arm64'