Skip to content

Commit 9fd2c52

Browse files
authored
Cleanup workarounds for idyntree and onnxruntime issues
1 parent 8ed670e commit 9fd2c52

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ source:
1414

1515
build:
1616
number: 0
17-
skip: true # [win and py==38]
1817

1918
outputs:
2019
- name: {{ namecxx }}
@@ -58,8 +57,7 @@ outputs:
5857
- qhull
5958
- libopencv
6059
- pcl >1.12
61-
# Workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/pull/52#issuecomment-1900211324
62-
- onnxruntime-cpp 1.16.3
60+
- onnxruntime-cpp
6361
# transitive public dependency of pcl
6462
- vtk-base
6563
- liblie-group-controllers
@@ -73,8 +71,7 @@ outputs:
7371
- eigen
7472
- liblie-group-controllers
7573
- tomlplusplus
76-
# Workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/pull/52#issuecomment-1900211324
77-
- onnxruntime-cpp 1.16.3
74+
7875

7976
test:
8077
commands:
@@ -120,8 +117,7 @@ outputs:
120117
- liblie-group-controllers
121118
- libyarp
122119
- tomlplusplus
123-
# Temporary workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/pull/53
124-
- idyntree 10.2.0
120+
- idyntree
125121
- fmt
126122
- spdlog
127123
- libopencv

0 commit comments

Comments
 (0)