Add back warp as an optional dep.

PiperOrigin-RevId: 791896458
Change-Id: I614d4d766d2c2d1ad79d5c3db9bbcbf5778f2183
This commit is contained in:
Baruch Tabanpour
2025-08-06 16:49:09 -07:00
committed by Copybara-Service
parent 9b149f334f
commit fb5792b420
+4
View File
@@ -32,6 +32,10 @@ dependencies = [
"mujoco>=3.3.5.dev0",
"scipy",
"trimesh",
]
[project.optional-dependencies]
warp = [
"warp-lang==1.8.1",
]