Skip to content

Commit

Permalink
bump atari-py requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
siemanko committed Mar 22, 2017
1 parent 33e96e7 commit 255a261
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.17', 'Pillow', 'PyOpenGL'],
'atari': ['atari_py>=0.0.19', 'Pillow', 'PyOpenGL'],
'board_game' : ['pachi-py>=0.0.19'],
'box2d': ['box2d-py'],
'classic_control': ['PyOpenGL'],
Expand Down

0 comments on commit 255a261

Please sign in to comment.