From f19f90452c7dfc7d2dd5a1dfa9c4895ac08cb4aa Mon Sep 17 00:00:00 2001 From: Trevor Blackwell Date: Tue, 28 Mar 2017 10:41:20 -0700 Subject: [PATCH] bump atari-py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],