Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Nov 25, 2024
1 parent e10b734 commit 3d18e51
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,18 @@ def _main(argv):
"dm_control": ["dm_control"],
"gym_continuous": ["gymnasium<1.0", "mujoco"],
"rendering": ["moviepy<2.0.0"],
"tests": ["pytest", "pyyaml", "pytest-instafail", "scipy", "pytest-mock", "pytest-cov", "pytest-benchmark", "pytest-rerunfailures", "pytest-error-for-skips", ""],
"tests": [
"pytest",
"pyyaml",
"pytest-instafail",
"scipy",
"pytest-mock",
"pytest-cov",
"pytest-benchmark",
"pytest-rerunfailures",
"pytest-error-for-skips",
"",
],
"utils": [
"tensorboard",
"wandb",
Expand Down

0 comments on commit 3d18e51

Please sign in to comment.