Skip to content

Commit 2bab5e9

Browse files
stephane-caronStéphane Caron
authored andcommitted
[CI] Un-pin pin
1 parent 9dbc6ec commit 2bab5e9

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

robot_descriptions/_cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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.

robot_descriptions/loaders/pinocchio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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.

robot_descriptions/loaders/pybullet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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.

robot_descriptions/loaders/robomeshcat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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.

robot_descriptions/loaders/yourdfpy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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.

tox.ini

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ python =
1111

1212
[testenv:coverage]
1313
deps =
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]
3028
deps =
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]
6763
deps =
68-
cmeel-boost ==1.80.0
69-
hpp-fcl ==2.1.4
70-
pin ==2.6.12
64+
pin >=2.6.14
7165
pytest
7266
commands =
7367
pytest --import-mode=importlib tests/loaders/test_pinocchio.py

0 commit comments

Comments
 (0)