Bump atari-py to fix the Atari errors

This commit is contained in:
Jonas Schneider
2016-04-27 19:03:13 -07:00
parent 1fd5af8b4e
commit 5c371ec620

View File

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