Skip to content

Commit 0f2041e

Browse files
committed
Lock to mujoco 3.3.5
mujoco 3.3.6 introduced a breaking change to the compiler flags which is not reflected in the USD schema. we need to wait for a schema fix before moving up Note also the schema itself is locked to 3.3.5 in install_mjc_schema so we really should match that here. Ideally that script could disappear if mujoco ships the schema in their own package at some point...
1 parent cab3992 commit 0f2041e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = {text = "Apache-2.0"}
77
readme = "README.md"
88
requires-python = ">=3.10,<3.13"
99
dependencies = [
10-
"mujoco>=3.3.5",
10+
"mujoco==3.3.5",
1111
"usd-exchange>=2.1.0a3", # locked to USD 25.05
1212
"numpy-stl>=3.2",
1313
"tinyobjloader>=2.0.0rc13",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)