From d1d17109f5c432466d60309bf6f477bd6cc0a968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:53:23 +0000 Subject: [PATCH] Bump torch from 2.2.2 to 2.3.1 in /requirements Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 to 2.3.1. - [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.2.2...v2.3.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/required.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/required.txt b/requirements/required.txt index 4d5490bb..223b8149 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -4,4 +4,4 @@ setuptools==69.2.0 # install einops==0.7.0 timm==0.9.16 -torch==2.2.2 \ No newline at end of file +torch==2.3.1 \ No newline at end of file