From 7c9ca0ebfeba698fcbf2ce0061da3799a1aab485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:13:14 +0000 Subject: [PATCH] Bump torch from 0.4.0 to 2.2.0 in /archive/fall_2018 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] --- archive/fall_2018/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/fall_2018/requirements.txt b/archive/fall_2018/requirements.txt index fb8e7c7..69400bc 100644 --- a/archive/fall_2018/requirements.txt +++ b/archive/fall_2018/requirements.txt @@ -2,5 +2,5 @@ jupyter numpy scipy sklearn -torch==0.4.0 +torch==2.2.0 tqdm