require new atari-py for latest ALE + ROMs

This commit is contained in:
Evan Shelhamer
2017-05-05 15:47:08 -04:00
parent 42a42fd393
commit 70192609bd

View File

@@ -7,7 +7,7 @@ from version import VERSION
# Environment-specific dependencies.
extras = {
'atari': ['atari_py>=0.0.21', 'Pillow', 'PyOpenGL'],
'atari': ['atari_py>=0.0.22', 'Pillow', 'PyOpenGL'],
'board_game' : ['pachi-py>=0.0.19'],
'box2d': ['Box2D-kengz'],
'classic_control': ['PyOpenGL'],