From ecf373af038a4303ff9ae87d0ba8d2b315443647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 10:26:10 +0000 Subject: [PATCH] Bump torch from 1.7.1 to 1.13.1 in /object_monitoring Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.1 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.7.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- object_monitoring/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_monitoring/requirements.txt b/object_monitoring/requirements.txt index 7351a34..df338bb 100644 --- a/object_monitoring/requirements.txt +++ b/object_monitoring/requirements.txt @@ -1,5 +1,5 @@ seldon-core==1.6.0 -torch==1.7.1 +torch==1.13.1 torchvision==0.8.2 Pillow==7.2.0 seaborn==0.11.1 # seaborn>=0.11.0 is required by YOLOv5