From 592bc1825e34cbf08ea7f5797b7a175e29b0cb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 22:12:38 +0000 Subject: [PATCH] Bump torch from 1.4.0 to 1.13.1 in /ML Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.0 to 1.13.1. - [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/v1.4.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ML/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ML/requirements.txt b/ML/requirements.txt index db3fe8d..334718e 100644 --- a/ML/requirements.txt +++ b/ML/requirements.txt @@ -19,5 +19,5 @@ scikit-learn==0.22.2.post1 scipy==1.4.1 six==1.14.0 sklearn==0.0 -torch==1.4.0 +torch==1.13.1 torchvision==0.5.0