From c36b8920b2281105331385e4e1db62a0c03f9cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:13:06 +0000 Subject: [PATCH] Bump torch from 0.4.0 to 2.2.0 in /Project2_Continuous_Control Bumps [torch](https://github.com/pytorch/pytorch) from 0.4.0 to 2.2.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/v0.4.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project2_Continuous_Control/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project2_Continuous_Control/requirements.txt b/Project2_Continuous_Control/requirements.txt index 5d20210..188c9b3 100644 --- a/Project2_Continuous_Control/requirements.txt +++ b/Project2_Continuous_Control/requirements.txt @@ -2,5 +2,5 @@ matplotlib numpy>=1.11.0 jupyter unityagents==0.4.0 -torch==0.4.0 +torch==2.2.0 ipykernel