From 4d08c060503888fd2306381cd76f20b68217a9d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 11:59:47 +0000 Subject: [PATCH] Bump torch from 0.2.1+a4fc05a to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 0.2.1+a4fc05a 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/commits/v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9291766..2f4f275 100644 --- a/requirements.txt +++ b/requirements.txt @@ -160,7 +160,7 @@ tensorflow_gpu == 1.4.0 # Util\Bases.py: 21,22 # e_SVM\LinearSVM.py: 18,19 # e_SVM\SVM.py: 16,17 -torch == 0.2.1+a4fc05a +torch == 1.13.1 # Util\Timing.py: 2 wrapt == 1.10.10