From c3758632b76f5e9191a4c7e25d202bd1cfa61866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:36:58 +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