From 57f54f9500a6fd87fb09069fb1ad711f0d1029df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:52:07 +0000 Subject: [PATCH] Bump torch from 2.2.2 to 2.7.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 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.2...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.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 9c992af..fe4d364 100644 --- a/requirements.txt +++ b/requirements.txt @@ -126,7 +126,7 @@ sympy==1.13.3 # via torch threadpoolctl==3.5.0 # via scikit-learn -torch==2.2.2 +torch==2.7.0 # via sigprofilerextractor typing-extensions==4.12.2 # via torch