Skip to content

Commit b1417e4

Browse files
btabacopybara-github
authored andcommitted
Fix #212.
PiperOrigin-RevId: 814756605 Change-Id: Ic17f2ad28529a674a0f4ed10a9f42cc65e4b750e
1 parent 8356c84 commit b1417e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dependencies = [
3434
"mujoco>=3.3.6.dev",
3535
"orbax-checkpoint>=0.11.22",
3636
"tqdm",
37-
"warp-lang>=1.9.0.dev",
3837
]
3938
keywords = ["mjx", "mujoco", "sim2real", "reinforcement learning"]
4039

@@ -54,6 +53,9 @@ warp-lang = { index = "nvidia" }
5453
mujoco-mjx = { git = "https://github.com/google-deepmind/mujoco", rev = "main", subdirectory = "mjx" }
5554

5655
[project.optional-dependencies]
56+
warp = [
57+
"warp-lang>=1.9.0.dev",
58+
]
5759
test = [
5860
"absl-py",
5961
"dm_control",
@@ -80,6 +82,7 @@ learning = [
8082
]
8183
all = [
8284
"playground[dev]",
85+
"playground[warp]",
8386
"playground[notebooks]",
8487
"playground[learning]",
8588
]

0 commit comments

Comments
 (0)