From 801dc358e69b4d8b57462f9dbe23a336c87f2812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 11:15:25 +0000 Subject: [PATCH] Bump torch from 1.6.0 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.6.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.6.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_fixed.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 455f1732..d532ae25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ scikit-image>=0.15 opencv-python>=4.1.1 scikit-image>=0.15 #skimage PyYAML==5.1.1 -torch==1.6.0 # for compatible with pytorch3d +torch==1.13.1 # for compatible with pytorch3d torchvision==0.7.0 face-alignment yacs==0.1.8 diff --git a/requirements_fixed.txt b/requirements_fixed.txt index 5e72e146..675342f1 100644 --- a/requirements_fixed.txt +++ b/requirements_fixed.txt @@ -7,7 +7,7 @@ scikit-image==0.15 opencv-python==4.1.1 scikit-image==0.15 #skimage PyYAML==5.1.1 -torch==1.6.0 # for compatible with pytorch3d +torch==1.13.1 # for compatible with pytorch3d torchvision==0.7.0 face-alignment yacs==0.1.8