Skip to content

Commit 90d8e29

Browse files
committed
Try including build requirements in the "host" section of meta.yaml
1 parent b51e7d9 commit 90d8e29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

repo_helper/templates/conda_recipe.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ requirements:
2020
- pip
2121
- python
2222
{{ requirements_block }}
23+
{% if use_experimental_backend %} - repo_helper
24+
{% elif use_whey %} - whey
25+
{% endif %}
2326
run:
2427
- python
2528
{{ requirements_block }}

0 commit comments

Comments
 (0)