From 4e02ca857dae97dcd9167a14f716d9eb4820ce26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:07:56 +0000 Subject: [PATCH] Bump torch from 2.11.0+cpu to 2.13.0 in /ch03 Bumps [torch](https://github.com/pytorch/pytorch) from 2.11.0+cpu 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/commits/v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch03/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03/requirements.txt b/ch03/requirements.txt index dfe86c4..5ac7623 100644 --- a/ch03/requirements.txt +++ b/ch03/requirements.txt @@ -12,4 +12,4 @@ scikit-learn==1.8.0 keras==3.14.0 gymnasium==1.2.3 stable-baselines3==2.8.0 -torch==2.11.0+cpu \ No newline at end of file +torch==2.13.0 \ No newline at end of file