fix issue #100 with new Box2D-kengz dependency (#558)

This commit is contained in:
Wah Loon Keng
2017-04-22 18:17:17 -04:00
committed by Greg Brockman
parent 5f8d1fc1c6
commit 95ec4c1f1a

View File

@@ -9,7 +9,7 @@ from version import VERSION
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'],