Skip to content

Commit

Permalink
Bump yourdfpy version to v0.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jan 24, 2024
1 parent fdb1e81 commit bbf2ebe
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 @@ -37,7 +37,7 @@ opts = [
"pin >=2.6.10",
"idyntree >= 8.0.0",
"robomeshcat >=1.0.4",
"yourdfpy >=0.0.53",
"yourdfpy >=0.0.56",
]

[project.scripts]
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps =
pin >=2.6.14
pybullet >=3.2.5
robomeshcat >= 1.0.4
yourdfpy >=0.0.53
yourdfpy >=0.0.56
commands =
coverage erase
coverage run -m unittest tests
Expand All @@ -36,7 +36,7 @@ deps =
pylint
robomeshcat >= 1.0.4
ruff >=0.0.220
yourdfpy >=0.0.53
yourdfpy >=0.0.56
commands =
black --check --diff robot_descriptions
ruff robot_descriptions
Expand Down Expand Up @@ -86,7 +86,7 @@ deps =
lxml <=4.9.4
numpy >=1.23.4
trimesh ~=3.16.0
yourdfpy >=0.0.53
yourdfpy >=0.0.56
commands =
python -m unittest test_yourdfpy.py

Expand Down

0 comments on commit bbf2ebe

Please sign in to comment.