From 6e90ad045853f665a39f8959c2390181bbca58da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 10:40:13 +0000 Subject: [PATCH] Bump torch from 2.1.2 to 2.7.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.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.1.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 f0461b8..5ff549e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ scikit-learn==1.3.2 # For machine learning numpy==1.26.3 # For numerical operations pandas==2.1.4 # For data manipulation tensorflow==2.15.0 # For deep learning -torch==2.1.2 # For PyTorch deep learning +torch==2.7.0 # For PyTorch deep learning # Optional: Joblib for model persistence joblib==1.3.2 # For saving and loading models