From 6f05b3daf23d9d0ca0b238a396f688d8b88da468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 10:51:49 +0000 Subject: [PATCH] Bump torch from 1.10.1 to 1.13.1 in /machine-learning/dropout-in-pytorch Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.1 to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.10.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- machine-learning/dropout-in-pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/dropout-in-pytorch/requirements.txt b/machine-learning/dropout-in-pytorch/requirements.txt index 875ecbd6..b09b9ada 100644 --- a/machine-learning/dropout-in-pytorch/requirements.txt +++ b/machine-learning/dropout-in-pytorch/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.4.3 numpy==1.21.5 -torch==1.10.1 +torch==1.13.1 torchvision \ No newline at end of file