Skip to content

Commit dfba0d6

Browse files
WIP: Bump Pinocchio version to 3.1.0
1 parent 8824a86 commit dfba0d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ keywords = ["robot", "description", "urdf", "mjcf"]
3535
opts = [
3636
"idyntree >= 8.0.0",
3737
"mujoco >=3.2.0",
38-
"pin >=2.6.10",
38+
"pin >= 3.1.0",
3939
"pybullet >=3.2.6",
4040
"robomeshcat >=1.0.4",
4141
"yourdfpy >=0.0.56",

Diff for: tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps =
1515
idyntree >= 8.0.0
1616
mujoco >=2.3.5
1717
numpy >=1.23.4,<2
18-
pin >=2.6.14
18+
pin >= 3.1.0
1919
pybullet >=3.2.5
2020
robomeshcat >= 1.0.4
2121
yourdfpy >=0.0.56
@@ -32,7 +32,7 @@ deps =
3232
mujoco >=2.3.5
3333
mypy
3434
numpy >=1.23.4,<2
35-
pin >=2.6.14
35+
pin >= 3.1.0
3636
pybullet >=3.2.5
3737
pylint
3838
robomeshcat >= 1.0.4
@@ -62,7 +62,7 @@ commands =
6262
[testenv:loader-pinocchio]
6363
changedir = {toxinidir}/tests/loaders
6464
deps =
65-
pin >=2.6.14
65+
pin >= 3.1.0
6666
commands =
6767
python -m unittest test_pinocchio.py --failfast
6868

0 commit comments

Comments
 (0)