Skip to content

Commit

Permalink
Require atari-py 0.0.21, with improved build process
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbtlbtlb committed Apr 6, 2017
1 parent 811277e commit 3355287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Environment-specific dependencies.
extras = {
'atari': ['atari_py>=0.0.20', 'Pillow', 'PyOpenGL'],
'atari': ['atari_py>=0.0.21', 'Pillow', 'PyOpenGL'],
'board_game' : ['pachi-py>=0.0.19'],
'box2d': ['box2d-py'],
'classic_control': ['PyOpenGL'],
Expand Down

0 comments on commit 3355287

Please sign in to comment.