Skip to content

Commit bbf2ebe

Browse files
Bump yourdfpy version to v0.0.56
1 parent fdb1e81 commit bbf2ebe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ opts = [
3737
"pin >=2.6.10",
3838
"idyntree >= 8.0.0",
3939
"robomeshcat >=1.0.4",
40-
"yourdfpy >=0.0.53",
40+
"yourdfpy >=0.0.56",
4141
]
4242

4343
[project.scripts]

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps =
1818
pin >=2.6.14
1919
pybullet >=3.2.5
2020
robomeshcat >= 1.0.4
21-
yourdfpy >=0.0.53
21+
yourdfpy >=0.0.56
2222
commands =
2323
coverage erase
2424
coverage run -m unittest tests
@@ -36,7 +36,7 @@ deps =
3636
pylint
3737
robomeshcat >= 1.0.4
3838
ruff >=0.0.220
39-
yourdfpy >=0.0.53
39+
yourdfpy >=0.0.56
4040
commands =
4141
black --check --diff robot_descriptions
4242
ruff robot_descriptions
@@ -86,7 +86,7 @@ deps =
8686
lxml <=4.9.4
8787
numpy >=1.23.4
8888
trimesh ~=3.16.0
89-
yourdfpy >=0.0.53
89+
yourdfpy >=0.0.56
9090
commands =
9191
python -m unittest test_yourdfpy.py
9292

0 commit comments

Comments
 (0)