From 1c8302f1f9c44ea8160a2453eeaaefa4269aa4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 07:05:13 +0000 Subject: [PATCH] build(deps): bump torch from 2.0.1 to 2.1.2 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.1.2. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.0.1...v2.1.2) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 41f9bd88..5bb5bea8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pygame==2.5.2 pylint==2.17.4 pytest==8.0.0 pytorch-lightning==2.0.4 -torch==2.0.1 +torch==2.1.2 torchvision==0.15.2 tqdm==4.65.0 vulture==2.7