From 5b31963a06f0dd5451ad63f1e31583729c9b8e26 Mon Sep 17 00:00:00 2001 From: brentyi Date: Fri, 17 Jan 2025 17:37:56 -0800 Subject: [PATCH] Fix source install --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bdfc7cf..c8c871c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ notebooks = [ "mediapy", ] dev = [ - "mujoco_playground[test]", + "playground[test]", "mypy", "pyink", "pytype", @@ -57,8 +57,8 @@ dev = [ "pytest-xdist", ] all = [ - "mujoco_playground[dev]", - "mujoco_playground[notebooks]", + "playground[dev]", + "playground[notebooks]", ] [tool.hatch.build.targets.wheel]