diff --git a/setup.py b/setup.py index 5912cd172..03da5fce4 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,6 @@ def get_extras_require() -> str: "pymunk>=6.2.1", # pettingzoo test cases pistonball "nni>=2.3,<3.0", # expect breaking changes at next major version "pytorch_lightning", - "gym>=0.22.0", "shimmy", ], "atari": ["atari_py", "opencv-python"],