update atari-py dep as the packaging of 0.1.0 was broken

This commit is contained in:
Evan Shelhamer
2017-05-13 20:48:46 -07:00
parent 7ad8d05943
commit 4f046edab4

View File

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