From e0b5426042aaa7e47a919c52e2f3ba7c8ffc4f46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 17:03:23 +0000 Subject: [PATCH] Bump torch from 1.13.0 to 2.0.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.0 to 2.0.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/commits) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 87b0101..7bb235e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -torch==1.13.0 +torch==2.0.0 torchvision==0.14.0 tox==3.25.1