From f56a72d874d445759ba539528afddc632ded299a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 07:45:48 +0000 Subject: [PATCH] :arrow_up: Bump torch from 1.12.1 to 1.13.1 in /inpainting/code Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.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.12.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- inpainting/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inpainting/code/requirements.txt b/inpainting/code/requirements.txt index 1cc4e87..c0c64af 100644 --- a/inpainting/code/requirements.txt +++ b/inpainting/code/requirements.txt @@ -1,5 +1,5 @@ numpy==1.23.4 -torch==1.12.1 +torch==1.13.1 diffusers==0.6.0 transformers==4.23.1 spacy==3.4.2 \ No newline at end of file