File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ opts = [
37
37
" pin >=2.6.10" ,
38
38
" idyntree >= 8.0.0" ,
39
39
" robomeshcat >=1.0.4" ,
40
- " yourdfpy >=0.0.53 " ,
40
+ " yourdfpy >=0.0.56 " ,
41
41
]
42
42
43
43
[project .scripts ]
Original file line number Diff line number Diff line change 18
18
pin >=2.6.14
19
19
pybullet >=3.2.5
20
20
robomeshcat >= 1.0.4
21
- yourdfpy >=0.0.53
21
+ yourdfpy >=0.0.56
22
22
commands =
23
23
coverage erase
24
24
coverage run -m unittest tests
36
36
pylint
37
37
robomeshcat >= 1.0.4
38
38
ruff >=0.0.220
39
- yourdfpy >=0.0.53
39
+ yourdfpy >=0.0.56
40
40
commands =
41
41
black --check --diff robot_descriptions
42
42
ruff robot_descriptions
86
86
lxml <=4.9.4
87
87
numpy >=1.23.4
88
88
trimesh ~=3.16.0
89
- yourdfpy >=0.0.53
89
+ yourdfpy >=0.0.56
90
90
commands =
91
91
python -m unittest test_yourdfpy.py
92
92
You can’t perform that action at this time.
0 commit comments