diff --git a/setup.py b/setup.py index 2f1a9a0..1ee9423 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ 'scipy', 'seaborn', # 'tensorflow>=1.8.0,<2.0', - 'torch==1.3.1', + 'torch==1.13.1', 'tqdm' ], description="Teaching tools for introducing people to deep RL.",