From 3ff94918b1a232bc7da7ad2d3b45259eabd5c246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:39:52 +0000 Subject: [PATCH] Bump torch from 1.10.1 to 1.13.1 in /pytorch_keypoint/HRNet 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/main/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] --- pytorch_keypoint/HRNet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch_keypoint/HRNet/requirements.txt b/pytorch_keypoint/HRNet/requirements.txt index d57b6b410..162f92482 100644 --- a/pytorch_keypoint/HRNet/requirements.txt +++ b/pytorch_keypoint/HRNet/requirements.txt @@ -1,7 +1,7 @@ numpy opencv_python==4.5.4.60 lxml -torch==1.10.1 +torch==1.13.1 torchvision==0.11.1 pycocotools matplotlib