From 3922ffb5ab916ec37eb91d32c1a538957bc736f2 Mon Sep 17 00:00:00 2001 From: zjowowen <93968541+zjowowen@users.noreply.github.com> Date: Fri, 19 Nov 2021 17:27:58 +0800 Subject: [PATCH] test(zjow): verified the compatibility of PyTorch==1.10.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2951eb..f574507 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( 'requests>=2.25.1', 'six', 'gym==0.20.0', # pypy incompatible - 'torch>=1.1.0,<=1.9.0', # PyTorch 1.9.0 is available, if some errors, you need to do something like https://github.com/opendilab/DI-engine/discussions/81 + 'torch>=1.1.0,<=1.10.0', # PyTorch 1.10.0 is available, if some errors, you need to do something like https://github.com/opendilab/DI-engine/discussions/81 'pyyaml<6.0', 'easydict==1.9', 'tensorboardX>=2.1,<=2.2', -- GitLab