From 5e3522d3f0780b80c2d3f63821ed58019f9143a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:26:56 +0000 Subject: [PATCH] chore(deps): bump torchvision from 0.10.0 to 0.12.0 in /e2e_tests/tests Bumps [torchvision](https://github.com/pytorch/vision) from 0.10.0 to 0.12.0. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- e2e_tests/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_tests/tests/requirements.txt b/e2e_tests/tests/requirements.txt index 603038bf9ba..ac3e4f90c1c 100644 --- a/e2e_tests/tests/requirements.txt +++ b/e2e_tests/tests/requirements.txt @@ -4,7 +4,7 @@ pytest>=6.0.1 pytest-timeout pexpect torch==1.9.0 -torchvision==0.10.0 +torchvision==0.12.0 tensorflow==2.4.3; sys_platform != 'darwin' or platform_machine != 'arm64' tensorflow-macos==2.7.0; sys_platform == 'darwin' and platform_machine == 'arm64' pandas