Skip to content

Commit 8b349d7

Browse files
authored
Merge pull request #45 from erikfrey/slim_deps
Fewer deps faster tests.
2 parents 038772d + ccb04d9 commit 8b349d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,14 @@ requires-python = ">=3.9"
2828
dependencies = [
2929
"absl-py",
3030
"etils[epath]",
31-
"jax",
32-
"jaxlib",
3331
"mujoco>=3.2.7",
3432
"pytest",
35-
"scipy",
3633
"trimesh",
3734
"warp-lang",
3835
]
3936

4037
[project.scripts]
4138
mjx-testspeed = "mujoco.mjx.testspeed:main"
42-
mjx-viewer = "mujoco.mjx.viewer:main"
4339

4440
[project.urls]
4541
Homepage = "https://github.com/google-deepmind/mujoco/tree/main/mjx"

0 commit comments

Comments
 (0)