Skip to content

Commit

Permalink
fix issue #100 with new Box2D-kengz dependency (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
kengz authored and gdb committed Apr 22, 2017
1 parent 5f8d1fc commit 95ec4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 95ec4c1

Please sign in to comment.