Skip to content

Commit 85272ab

Browse files
committed
add pinocchio dependency to pyproject.toml
1 parent dc44692 commit 85272ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ dependencies = ["websockets>=11.0",
2323
"python-dotenv==1.0.1",
2424
"opencv-python~=4.10.0.84",
2525
# NOTE: when changing the mujoco version, also change it in requirements_dev.txt
26-
"mujoco==3.2.6"
26+
"mujoco==3.2.6",
27+
# NOTE: Same for pinocchio (pin)
28+
"pin==2.7.0"
2729
]
2830
readme = "README.md"
2931
maintainers = [

0 commit comments

Comments
 (0)