Skip to content

Commit

Permalink
WIP: Bump Pinocchio version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Nov 8, 2024
1 parent 8824a86 commit dfba0d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ keywords = ["robot", "description", "urdf", "mjcf"]
opts = [
"idyntree >= 8.0.0",
"mujoco >=3.2.0",
"pin >=2.6.10",
"pin >= 3.1.0",
"pybullet >=3.2.6",
"robomeshcat >=1.0.4",
"yourdfpy >=0.0.56",
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deps =
idyntree >= 8.0.0
mujoco >=2.3.5
numpy >=1.23.4,<2
pin >=2.6.14
pin >= 3.1.0
pybullet >=3.2.5
robomeshcat >= 1.0.4
yourdfpy >=0.0.56
Expand All @@ -32,7 +32,7 @@ deps =
mujoco >=2.3.5
mypy
numpy >=1.23.4,<2
pin >=2.6.14
pin >= 3.1.0
pybullet >=3.2.5
pylint
robomeshcat >= 1.0.4
Expand Down Expand Up @@ -62,7 +62,7 @@ commands =
[testenv:loader-pinocchio]
changedir = {toxinidir}/tests/loaders
deps =
pin >=2.6.14
pin >= 3.1.0
commands =
python -m unittest test_pinocchio.py --failfast

Expand Down

0 comments on commit dfba0d6

Please sign in to comment.