From fc1ba580708dc9d2c6ad902046df0e46b81a778c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 18:36:23 +0000 Subject: [PATCH] chore(deps): bump torch from 1.7.1 to 1.12.0 in /examples/tests Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.1 to 1.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.7.1...v1.12.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tests/requirements.txt b/examples/tests/requirements.txt index 36aa9385767..e679d3ac4af 100644 --- a/examples/tests/requirements.txt +++ b/examples/tests/requirements.txt @@ -2,7 +2,7 @@ pytest>=6.0.1 tensorflow==2.4.3; sys_platform != 'darwin' or platform_machine != 'arm64' tensorflow-macos==2.7.0; sys_platform == 'darwin' and platform_machine == 'arm64' -torch==1.7.1 +torch==1.12.0 torchvision==0.8.2 pandas==1.0.3 tensorflow_datasets