Skip to content

Commit 8ed670e

Browse files
authored
Add workaround for idyntree issue
1 parent ec8fb09 commit 8ed670e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ outputs:
101101
- pybind11-abi
102102
- ninja
103103
- cmake
104-
- idyntree
105104
- python # [build_platform != target_platform]
106105
- cross-python_{{ target_platform }} # [build_platform != target_platform]
107106
- pybind11 # [build_platform != target_platform]
@@ -121,7 +120,8 @@ outputs:
121120
- liblie-group-controllers
122121
- libyarp
123122
- tomlplusplus
124-
- idyntree
123+
# Temporary workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/pull/53
124+
- idyntree 10.2.0
125125
- fmt
126126
- spdlog
127127
- libopencv

0 commit comments

Comments
 (0)