From e8fd0c9084b72db37e9137bef5a8d9d95e3f60d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 16:25:23 +0000 Subject: [PATCH] Bump torch from 1.7.1 to 1.13.1 in /infra/recognizer/pdc Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.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.7.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/recognizer/pdc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 infra/recognizer/pdc/requirements.txt diff --git a/infra/recognizer/pdc/requirements.txt b/infra/recognizer/pdc/requirements.txt old mode 100755 new mode 100644 index 882a6d5..dba8174 --- a/infra/recognizer/pdc/requirements.txt +++ b/infra/recognizer/pdc/requirements.txt @@ -5,5 +5,5 @@ matplotlib numpy pandas Pillow -torch==1.7.1 +torch==1.13.1 torchvision==0.7.0 \ No newline at end of file