From 4d72c13edf4d7a320cdf2856cb50d7c24e4af21e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 21:09:32 +0000 Subject: [PATCH] Bump torch from 1.2.0 to 1.13.1 in /requirements Bumps [torch](https://github.com/pytorch/pytorch) from 1.2.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.2.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index 4beac14..706e028 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,7 +4,7 @@ future==0.17.1 pandas==0.25.1 scikit-learn==0.21.2 scikit-image==0.15.0 -torch==1.2.0 +torch==1.13.1 torchvision==0.4.0 tqdm==4.32.2 numpy==1.17.2