From fed7d094d3c1a287c4a43e0241a6addbe35ef15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:09:03 +0000 Subject: [PATCH] Bump torch in /spikingjelly/activation_based/examples/DSQN 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] --- spikingjelly/activation_based/examples/DSQN/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spikingjelly/activation_based/examples/DSQN/setup.py b/spikingjelly/activation_based/examples/DSQN/setup.py index 50486bef..9247025a 100644 --- a/spikingjelly/activation_based/examples/DSQN/setup.py +++ b/spikingjelly/activation_based/examples/DSQN/setup.py @@ -4,7 +4,7 @@ import setuptools -requirements = ['torch==1.7.1', 'gym==0.18.0', 'atari-py==0.2.5', 'numpy', 'opencv-python'] +requirements = ['torch==1.13.1', 'gym==0.18.0', 'atari-py==0.2.5', 'numpy', 'opencv-python'] setuptools.setup(