Bump pachi-py

This commit is contained in:
Jonas Schneider
2016-04-28 16:12:35 -07:00
parent 3e824c24b8
commit 9dd2f9f3a3

View File

@@ -20,13 +20,13 @@ setup(name='gym',
],
extras_require={
'all': ['atari_py>=0.0.17', 'Pillow', 'pyglet', 'PyOpenGL',
'pachi-py>=0.0.18',
'pachi-py>=0.0.19',
'mujoco_py>=0.4.1', 'imageio'],
# Environment-specific dependencies. Keep these in sync with
# 'all'!
'atari': ['atari_py>=0.0.17', 'Pillow', 'pyglet', 'PyOpenGL'],
'board_game' : ['pachi-py>=0.0.18'],
'board_game' : ['pachi-py>=0.0.19'],
'classic_control': ['pyglet', 'PyOpenGL'],
'mujoco': ['mujoco_py>=0.4.1', 'imageio'],
},