From 673c97d775002068abd5a7f4c2baf90e6d0fc0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:56:36 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.13.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.13.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.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85f85bd..093d0fb 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "pyopengl_accelerate==3.1.7", "stable_baselines3==2.0.0", "tensorboard==2.14.0", - "torch==2.0.1", + "torch==2.13.0", "tqdm==4.66.1", "typer[all]==0.9.0", "wandb==0.15.8",