Skip to content

Commit

Permalink
Fix source install
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Jan 18, 2025
1 parent c4f2c13 commit 5b31963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ notebooks = [
"mediapy",
]
dev = [
"mujoco_playground[test]",
"playground[test]",
"mypy",
"pyink",
"pytype",
Expand All @@ -57,8 +57,8 @@ dev = [
"pytest-xdist",
]
all = [
"mujoco_playground[dev]",
"mujoco_playground[notebooks]",
"playground[dev]",
"playground[notebooks]",
]

[tool.hatch.build.targets.wheel]
Expand Down

0 comments on commit 5b31963

Please sign in to comment.