From 44dd2d43da9c500c4b85b225957e9dc0251f30d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:03:20 +0000 Subject: [PATCH] Bump torch from 2.2.2 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 to 2.8.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.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57cdc33..54ac196 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", ] dependencies = [ - "torch==2.2.2", + "torch==2.8.0", "tensorboard==2.15.1", "packaging==23.2", "dm-control==1.0.11", diff --git a/requirements.txt b/requirements.txt index 2759849..02054aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -torch==2.2.2 +torch==2.8.0 tensorboard==2.15.1 packaging==23.2 dm-control==1.0.11