From b943b0ed2a00893f9eab37dcb13ca6f062005f12 Mon Sep 17 00:00:00 2001 From: kengz Date: Tue, 11 Apr 2017 19:29:26 -0400 Subject: [PATCH] fix issue #100 with new Box2D-kengz dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38a965dc9cd..64172e5394f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ extras = { 'atari': ['atari_py>=0.0.21', 'Pillow', 'PyOpenGL'], 'board_game' : ['pachi-py>=0.0.19'], - 'box2d': ['box2d-py'], + 'box2d': ['Box2D-kengz'], 'classic_control': ['PyOpenGL'], 'mujoco': ['mujoco_py>=0.4.3', 'imageio'], 'parameter_tuning': ['keras', 'theano'],