From 206428d3e3e20bd97bda35496862365427d42eee Mon Sep 17 00:00:00 2001 From: Alexis Duburcq Date: Wed, 23 Feb 2022 20:00:48 +0100 Subject: [PATCH] [gym/common] gym>=0.22.0 is not supported because of GoalEnv removal and drop of Python 3.6. --- python/gym_jiminy/common/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gym_jiminy/common/setup.py b/python/gym_jiminy/common/setup.py index b0ca5d4ad..d93b91c14 100644 --- a/python/gym_jiminy/common/setup.py +++ b/python/gym_jiminy/common/setup.py @@ -63,7 +63,7 @@ # - 0.18.0: dtype handling of flatten space # - >=0.18.0,<0.18.3 requires Pillow<8.0 to work, not compatible with # Python 3.9. - "gym>=0.18.3" + "gym>=0.18.3,<0.22.0" ], extras_require=extras, zip_safe=False