From 8180183b43f239599f7b37917993ea4d2c82ee30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 19:42:27 +0000 Subject: [PATCH] Bump torch from 2.2.0 to 2.7.0 in /classifier Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.7.0. - [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.0...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- classifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classifier/requirements.txt b/classifier/requirements.txt index 7a531ab..50f2d21 100644 --- a/classifier/requirements.txt +++ b/classifier/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.4.1 -torch==2.2.0 +torch==2.7.0 scikit-learn~=0.24.0rc1 tqdm==4.60.0 numpy>=1.20.2