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(