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 2
2
# -*- coding: utf-8 -*-
3
3
#
4
4
# Copyright 2022 Stéphane Caron
5
+ # Copyright 2023 Inria
5
6
#
6
7
# Licensed under the Apache License, Version 2.0 (the "License");
7
8
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 2
2
# -*- coding: utf-8 -*-
3
3
#
4
4
# Copyright 2022 Stéphane Caron
5
+ # Copyright 2023 Inria
5
6
#
6
7
# Licensed under the Apache License, Version 2.0 (the "License");
7
8
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 2
2
# -*- coding: utf-8 -*-
3
3
#
4
4
# Copyright 2022 Stéphane Caron
5
+ # Copyright 2023 Inria
5
6
#
6
7
# Licensed under the Apache License, Version 2.0 (the "License");
7
8
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 2
2
# -*- coding: utf-8 -*-
3
3
#
4
4
# Copyright 2022 Stéphane Caron
5
+ # Copyright 2023 Inria
5
6
#
6
7
# Licensed under the Apache License, Version 2.0 (the "License");
7
8
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 2
2
# -*- coding: utf-8 -*-
3
3
#
4
4
# Copyright 2022 Stéphane Caron
5
+ # Copyright 2023 Inria
5
6
#
6
7
# Licensed under the Apache License, Version 2.0 (the "License");
7
8
# 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 =
11
11
12
12
[testenv:coverage]
13
13
deps =
14
- coverage
15
- cmeel-boost ==1.80.0
16
- hpp-fcl ==2.1.4
14
+ coverage >=5.5
17
15
idyntree >= 8.0.0
18
16
mujoco >=2.2.1
19
17
numpy >=1.23.4
20
- pin == 2.6.12
18
+ pin >= 2.6.14
21
19
pybullet >=3.2.5
22
20
robomeshcat >= 1.0.4
23
21
yourdfpy >=0.0.53
@@ -29,15 +27,13 @@ commands =
29
27
[testenv:lint]
30
28
deps =
31
29
black >=22.10.0
32
- cmeel-boost ==1.80.0
33
30
flake8
34
- hpp-fcl ==2.1.4
35
31
idyntree >= 8.0.0
36
32
isort >=5.8.0
37
33
mccabe
38
34
mujoco >=2.2.1
39
35
mypy
40
- pin == 2.6.12
36
+ pin >= 2.6.14
41
37
pybullet >=3.2.5
42
38
pylint
43
39
robomeshcat >= 1.0.4
@@ -65,9 +61,7 @@ commands =
65
61
66
62
[testenv:loader-pinocchio]
67
63
deps =
68
- cmeel-boost ==1.80.0
69
- hpp-fcl ==2.1.4
70
- pin ==2.6.12
64
+ pin >=2.6.14
71
65
pytest
72
66
commands =
73
67
pytest --import-mode =importlib tests/loaders/test_pinocchio.py
You can’t perform that action at this time.
0 commit comments