From 06f8f1f524004f87c2ce48b3b4c996aa8d7617e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 19:15:04 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.7.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 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.0.1...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 c64ca0d..9904abd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ qiskit==0.43.0 # Quantum computing framework for creating and running qu # Machine learning and deep learning frameworks tensorflow==2.14.0 # TensorFlow for machine learning and deep learning -torch==2.0.1 # PyTorch for deep learning applications +torch==2.7.0 # PyTorch for deep learning applications transformers==4.30.0 # Hugging Face Transformers for natural language processing # Additional libraries for enhanced functionality