From 0223422f5901d9b8a331903d75f5b275d551d8d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 13:23:05 +0000 Subject: [PATCH] Bump torch from 1.12 to 2.13.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.12 to 2.13.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/v1.12.0...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f096d2..f7a425c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.22 pandas==1.1 -torch==1.12 +torch==2.13.0 scipy==1.9.1 scikit-learn==1.2.1 transformers==4.11.3