7fb448613f
PiperOrigin-RevId: 592019826 Change-Id: I64fd7da628bf3312ede4970b9b10ef5d0cc75b45
44 lines
1.3 KiB
TOML
44 lines
1.3 KiB
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name="mujoco-mjx"
|
|
version = "3.1.2"
|
|
authors = [
|
|
{name = "Google DeepMind", email = "mujoco@deepmind.com"},
|
|
]
|
|
description = "MuJoCo XLA (MJX)"
|
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
license = {text = "Apache License 2.0"}
|
|
classifiers = [
|
|
"Development Status :: 5 - Production/Stable",
|
|
"Intended Audience :: Developers",
|
|
"Intended Audience :: Science/Research",
|
|
"License :: OSI Approved :: Apache Software License",
|
|
"Natural Language :: English",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3.8",
|
|
"Programming Language :: Python :: 3.9",
|
|
"Programming Language :: Python :: 3.10",
|
|
"Programming Language :: Python :: 3.11",
|
|
"Programming Language :: Python :: 3.12",
|
|
"Topic :: Scientific/Engineering",
|
|
]
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
"absl-py",
|
|
"etils[epath]",
|
|
"jax",
|
|
"jaxlib",
|
|
"mujoco>=3.1.2.dev0",
|
|
"scipy",
|
|
"trimesh",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/google-deepmind/mujoco/tree/main/mjx"
|
|
Documentation = "https://mujoco.readthedocs.io/en/3.1.2"
|
|
Repository = "https://github.com/google-deepmind/mujoco/tree/main/mjx"
|
|
Changelog = "https://mujoco.readthedocs.io/en/3.1.2/changelog.html"
|