From 34116de5f7c3b70b44aa86eba1362fb9de8d2150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 08:25:06 +0000 Subject: [PATCH] Bump torch from 1.10.2 to 1.13.1 in /project Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.2 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.10.2...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/requirements.txt b/project/requirements.txt index 8c93d98..92342be 100644 --- a/project/requirements.txt +++ b/project/requirements.txt @@ -13,6 +13,6 @@ pybind11==2.9.0 pygifsicle==1.0.5 PyOpenGL==3.1.5 PyOpenGL-accelerate==3.1.5 -torch==1.10.2 +torch==1.13.1 ttkbootstrap==1.5.1 typing==3.7.4.3