Skip to content

Commit eb21a2b

Browse files
Merge pull request #22 from brentyi:main
PiperOrigin-RevId: 717043528 Change-Id: I4afcf953e296294d08287f79d6d80d38c311810f
2 parents c4f2c13 + 5b31963 commit eb21a2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ notebooks = [
4747
"mediapy",
4848
]
4949
dev = [
50-
"mujoco_playground[test]",
50+
"playground[test]",
5151
"mypy",
5252
"pyink",
5353
"pytype",
@@ -57,8 +57,8 @@ dev = [
5757
"pytest-xdist",
5858
]
5959
all = [
60-
"mujoco_playground[dev]",
61-
"mujoco_playground[notebooks]",
60+
"playground[dev]",
61+
"playground[notebooks]",
6262
]
6363

6464
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)