Update MuJoCo's version number following the 3.3.6 release.
PiperOrigin-RevId: 808180152 Change-Id: I23de64cb0968b94c489b29622e4308d16513793a
This commit is contained in:
committed by
Copybara-Service
parent
9af1f55862
commit
8e9eb2fa38
+4
-4
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name="mujoco-mjx"
|
||||
version = "3.3.6"
|
||||
version = "3.3.7"
|
||||
authors = [
|
||||
{name = "Google DeepMind", email = "mujoco@deepmind.com"},
|
||||
]
|
||||
@@ -29,7 +29,7 @@ dependencies = [
|
||||
"etils[epath]",
|
||||
"jax",
|
||||
"jaxlib",
|
||||
"mujoco>=3.3.6.dev0",
|
||||
"mujoco>=3.3.7.dev0",
|
||||
"scipy",
|
||||
"trimesh",
|
||||
]
|
||||
@@ -45,9 +45,9 @@ mjx-viewer = "mujoco.mjx.viewer:main"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/google-deepmind/mujoco/tree/main/mjx"
|
||||
Documentation = "https://mujoco.readthedocs.io/en/3.3.6"
|
||||
Documentation = "https://mujoco.readthedocs.io/en/3.3.7"
|
||||
Repository = "https://github.com/google-deepmind/mujoco/tree/main/mjx"
|
||||
Changelog = "https://mujoco.readthedocs.io/en/3.3.6/changelog.html"
|
||||
Changelog = "https://mujoco.readthedocs.io/en/3.3.7/changelog.html"
|
||||
|
||||
[tool.isort]
|
||||
force_single_line = true
|
||||
|
||||
Reference in New Issue
Block a user