We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc44692 commit 85272abCopy full SHA for 85272ab
1 file changed
pyproject.toml
@@ -23,7 +23,9 @@ dependencies = ["websockets>=11.0",
23
"python-dotenv==1.0.1",
24
"opencv-python~=4.10.0.84",
25
# NOTE: when changing the mujoco version, also change it in requirements_dev.txt
26
- "mujoco==3.2.6"
+ "mujoco==3.2.6",
27
+ # NOTE: Same for pinocchio (pin)
28
+ "pin==2.7.0"
29
]
30
readme = "README.md"
31
maintainers = [
0 commit comments