Allow pre-release mujoco installs in mjx source install.

PiperOrigin-RevId: 575629464
Change-Id: I47615dee0e965c6016d90871fa100f52bb74bf0c
This commit is contained in:
Kevin Zakka
2023-10-22 10:18:36 -07:00
committed by Copybara-Service
parent 179ea8ef03
commit a53b5be956
+1 -1
View File
@@ -31,7 +31,7 @@ dependencies = [
"etils[epath]",
"jax",
"jaxlib",
"mujoco>=3.0.1",
"mujoco>=3.0.1.dev0",
"scipy",
"trimesh",
]