From 5f1ed5c21365d52cd17e3e54c8bbf01a44b60f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 06:43:50 +0000 Subject: [PATCH] Bump torch from 1.0.1.post2 to 1.13.1 in /DDT Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.1.post2 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/commits/v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- DDT/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDT/requirements.txt b/DDT/requirements.txt index 53e9447..bfc9326 100644 --- a/DDT/requirements.txt +++ b/DDT/requirements.txt @@ -2,6 +2,6 @@ scikit_image==0.14.2 fire==0.1.3 numpy==1.16.2 torchvision==0.2.2.post3 -torch==1.0.1.post2 +torch==1.13.1 Pillow==6.0.0 skimage==0.0