From 4f046edab400e558bc86a16118fc43d598505b01 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Sat, 13 May 2017 20:48:46 -0700 Subject: [PATCH] update atari-py dep as the packaging of 0.1.0 was broken --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23218b4ef..cae33f578 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from version import VERSION # Environment-specific dependencies. extras = { - 'atari': ['atari_py>=0.1.0', 'Pillow', 'PyOpenGL'], + 'atari': ['atari_py>=0.1.1', 'Pillow', 'PyOpenGL'], 'board_game' : ['pachi-py>=0.0.19'], 'box2d': ['Box2D-kengz'], 'classic_control': ['PyOpenGL'],