From 1bcbff1fc715f3e391e7c1ae73326f46937f6dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 05:29:35 +0000 Subject: [PATCH] Bump torch from 1.4.0 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.0 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.4.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 776b96e..1200073 100644 --- a/setup.py +++ b/setup.py @@ -67,5 +67,5 @@ def get_version(rel_path): 'vitaboard = pygeneses.vitaboard.vitaboard:run_board' ] }, - install_requires=["pygame", "numpy", "torch==1.4.0", "Flask", "sklearn"], + install_requires=["pygame", "numpy", "torch==1.13.1", "Flask", "sklearn"], )