From 33df278dbbb86dba21e7d42aeec31bfcd9e64357 Mon Sep 17 00:00:00 2001 From: Greg Brockman Date: Sat, 13 May 2017 17:44:47 -0700 Subject: [PATCH] Bump atari-py dep --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7d5784bb..23218b4ef 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from version import VERSION # Environment-specific dependencies. extras = { - 'atari': ['atari_py>=0.0.22', 'Pillow', 'PyOpenGL'], + 'atari': ['atari_py>=0.1.0', 'Pillow', 'PyOpenGL'], 'board_game' : ['pachi-py>=0.0.19'], 'box2d': ['Box2D-kengz'], 'classic_control': ['PyOpenGL'],