From b16884bed3c2e977a2e924d25c7e793e08f69e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:16:02 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.6.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.6.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.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.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..fb2c3c7 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.6.0 # PyTorch for deep learning applications transformers==4.30.0 # Hugging Face Transformers for natural language processing # Additional libraries for enhanced functionality