Skip to content

Commit

Permalink
move mujoco to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahiminfinite committed Jun 13, 2019
1 parent 4cf344f commit 54c9dbe
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 @@ -20,7 +20,6 @@
'joblib',
'matplotlib==3.0.2',
'mpi4py',
'mujoco-py<2.1,>=2.0',
'numpy',
'pandas',
'pytest',
Expand All @@ -30,6 +29,7 @@
'tensorflow>=1.8.0,<2.0',
'tqdm'
],
extras_require={'mujoco': 'mujoco-py<2.1,>=2.0'},
description="Teaching tools for introducing people to deep RL.",
author="Joshua Achiam",
)

0 comments on commit 54c9dbe

Please sign in to comment.