Skip to content

Commit e0e1131

Browse files
committed
remove mujoco dependency
1 parent 7d4e197 commit e0e1131

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "pytorch_kinematics"
2+
name = "pytorch_kinematics_ms"
33
version = "0.7.2"
44
description = "Robot kinematics implemented in pytorch"
55
readme = "README.md" # Optional
@@ -42,7 +42,6 @@ classifiers = [# Optional
4242
dependencies = [
4343
'absl-py',
4444
'lxml',
45-
"mujoco",
4645
'numpy<2', # pybullet requires numpy<2 for testing; for future versions this may be relaxed
4746
'pyyaml',
4847
'torch',

0 commit comments

Comments
 (0)