diff --git a/setup.py b/setup.py index 7614271d3..36aa1ef82 100644 --- a/setup.py +++ b/setup.py @@ -19,13 +19,13 @@ setup(name='gym', 'numpy>=1.10.4', 'requests', 'six' ], extras_require={ - 'all': ['atari_py>=0.0.14', 'Pillow', 'pyglet', + 'all': ['atari_py>=0.0.16', 'Pillow', 'pyglet', 'pachi-py>=0.0.16', 'mujoco_py>=0.4.0', 'imageio'], # Environment-specific dependencies. Keep these in sync with # 'all'! - 'atari': ['atari_py>=0.0.14', 'Pillow', 'pyglet'], + 'atari': ['atari_py>=0.0.16', 'Pillow', 'pyglet'], 'board_game' : ['pachi-py>=0.0.16'], 'classic_control': ['pyglet'], 'mujoco': ['mujoco_py>=0.4.0', 'imageio'],