From 3355287f4c778d21e246a08a2af90696d68aee9f Mon Sep 17 00:00:00 2001 From: Trevor Blackwell Date: Wed, 5 Apr 2017 21:12:29 -0700 Subject: [PATCH] Require atari-py 0.0.21, with improved build process --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d5a414e3..38a965dc9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from version import VERSION # 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'],