From 40452591436c0ccafc7c6116b487dcba4368a8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:13:10 +0000 Subject: [PATCH] Bump torch from 0.4.0 to 2.2.0 in /python/Alphapose Bumps [torch](https://github.com/pytorch/pytorch) from 0.4.0 to 2.2.0. - [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/v0.4.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/Alphapose/requirements.txt | 2 +- python/Alphapose/train_sppe/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Alphapose/requirements.txt b/python/Alphapose/requirements.txt index 6e1f58e..f6f1724 100644 --- a/python/Alphapose/requirements.txt +++ b/python/Alphapose/requirements.txt @@ -1,4 +1,4 @@ -torch==0.4.0 +torch==2.2.0 torchvision visdom nibabel diff --git a/python/Alphapose/train_sppe/requirements.txt b/python/Alphapose/train_sppe/requirements.txt index 2072cb4..d2d8942 100644 --- a/python/Alphapose/train_sppe/requirements.txt +++ b/python/Alphapose/train_sppe/requirements.txt @@ -1,4 +1,4 @@ -torch==0.4.0 +torch==2.2.0 torchvision opencv-python matplotlib