diff --git a/setup.py b/setup.py index 33428d466..9d5a414e3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from version import VERSION # Environment-specific dependencies. extras = { - 'atari': ['atari_py>=0.0.19', 'Pillow', 'PyOpenGL'], + 'atari': ['atari_py>=0.0.20', 'Pillow', 'PyOpenGL'], 'board_game' : ['pachi-py>=0.0.19'], 'box2d': ['box2d-py'], 'classic_control': ['PyOpenGL'],