From 52ea605a523e55d8eb95ca403fead0b799da8e99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:50:57 +0000 Subject: [PATCH] deps(deps): bump torch from 2.9.1 to 2.10.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.9.1 to 2.10.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.9.1...v2.10.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.10.0 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 51a4e21..7956bde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.128.0 transformers==4.57.3 uvicorn==0.40.0 -torch==2.9.1 +torch==2.10.0 datasets==4.4.2 accelerate==1.10.1 evaluate==0.4.6