File tree Expand file tree Collapse file tree 6 files changed +9
-10
lines changed Expand file tree Collapse file tree 6 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 22# -*- coding: utf-8 -*-
33#
44# Copyright 2022 Stéphane Caron
5+ # Copyright 2023 Inria
56#
67# Licensed under the Apache License, Version 2.0 (the "License");
78# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 22# -*- coding: utf-8 -*-
33#
44# Copyright 2022 Stéphane Caron
5+ # Copyright 2023 Inria
56#
67# Licensed under the Apache License, Version 2.0 (the "License");
78# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 22# -*- coding: utf-8 -*-
33#
44# Copyright 2022 Stéphane Caron
5+ # Copyright 2023 Inria
56#
67# Licensed under the Apache License, Version 2.0 (the "License");
78# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 22# -*- coding: utf-8 -*-
33#
44# Copyright 2022 Stéphane Caron
5+ # Copyright 2023 Inria
56#
67# Licensed under the Apache License, Version 2.0 (the "License");
78# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 22# -*- coding: utf-8 -*-
33#
44# Copyright 2022 Stéphane Caron
5+ # Copyright 2023 Inria
56#
67# Licensed under the Apache License, Version 2.0 (the "License");
78# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -11,13 +11,11 @@ python =
1111
1212[testenv:coverage]
1313deps =
14- coverage
15- cmeel-boost ==1.80.0
16- hpp-fcl ==2.1.4
14+ coverage >=5.5
1715 idyntree >= 8.0.0
1816 mujoco >=2.2.1
1917 numpy >=1.23.4
20- pin == 2.6.12
18+ pin >= 2.6.14
2119 pybullet >=3.2.5
2220 robomeshcat >= 1.0.4
2321 yourdfpy >=0.0.53
@@ -29,15 +27,13 @@ commands =
2927[testenv:lint]
3028deps =
3129 black >=22.10.0
32- cmeel-boost ==1.80.0
3330 flake8
34- hpp-fcl ==2.1.4
3531 idyntree >= 8.0.0
3632 isort >=5.8.0
3733 mccabe
3834 mujoco >=2.2.1
3935 mypy
40- pin == 2.6.12
36+ pin >= 2.6.14
4137 pybullet >=3.2.5
4238 pylint
4339 robomeshcat >= 1.0.4
@@ -65,9 +61,7 @@ commands =
6561
6662[testenv:loader-pinocchio]
6763deps =
68- cmeel-boost ==1.80.0
69- hpp-fcl ==2.1.4
70- pin ==2.6.12
64+ pin >=2.6.14
7165 pytest
7266commands =
7367 pytest --import-mode =importlib tests/loaders/test_pinocchio.py
You can’t perform that action at this time.
0 commit comments