From 146f0cbaf850c7d7b8c63712f2136bc019b319dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 22:05:38 +0000 Subject: [PATCH] Bump torch from 1.12.1+cu113 to 2.6.0 in /racing_thoughts/code Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1+cu113 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/commits/v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- racing_thoughts/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racing_thoughts/code/requirements.txt b/racing_thoughts/code/requirements.txt index 194f623b..dcac0739 100644 --- a/racing_thoughts/code/requirements.txt +++ b/racing_thoughts/code/requirements.txt @@ -1,5 +1,5 @@ # Python 3.10.13 -torch==1.12.1+cu113 +torch==2.6.0 pandas==2.0.3 numpy==1.25.2 datasets==2.14.7