From cf3041119b0491086abe4406832b99b40a87c58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 01:04:46 +0000 Subject: [PATCH] build(deps): bump torch in /mask_detection_training/inference/files Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0+cu113 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/commits/v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mask_detection_training/inference/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mask_detection_training/inference/files/requirements.txt b/mask_detection_training/inference/files/requirements.txt index c209f0a..1d52da8 100644 --- a/mask_detection_training/inference/files/requirements.txt +++ b/mask_detection_training/inference/files/requirements.txt @@ -1,4 +1,4 @@ numpy==1.24.1 opencv_python==4.7.0.68 Pillow==9.4.0 -torch==1.11.0+cu113 +torch==1.13.1