From 95caf4b192ea2f0a8ef1d0f2060a5323587c0a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:00:07 +0000 Subject: [PATCH] build(deps): bump torch in /neural_networks_hero/infer/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/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] --- neural_networks_hero/infer/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neural_networks_hero/infer/files/requirements.txt b/neural_networks_hero/infer/files/requirements.txt index c209f0a..1d52da8 100644 --- a/neural_networks_hero/infer/files/requirements.txt +++ b/neural_networks_hero/infer/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