diff --git a/bob/devtools/templates/conda/meta.yaml b/bob/devtools/templates/conda/meta.yaml index f7b047938342d0cc0de3ba45730ec11e4a432886..e62a09eccefc6c73384a128e811f4beb5c436d2d 100644 --- a/bob/devtools/templates/conda/meta.yaml +++ b/bob/devtools/templates/conda/meta.yaml @@ -26,11 +26,15 @@ requirements: - python {{ python }} - setuptools {{ setuptools }} - bob.extension - # place your other host dependencies here + # place your other host dependencies here (same as requirements.txt) + # use the format: + # - numpy {{ numpy }} run: - python - setuptools # place other runtime dependencies here (same as requirements.txt) + # Use the format: + # - {{ pin_compatible('numpy') }} test: imports: @@ -44,8 +48,6 @@ test: - conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect objects -p $PREFIX {{ name }} # [osx] requires: - - bob-devel {{ bob_devel }}.*(% if group == 'beat' %) - - beat-devel {{ beat_devel }}.*(% endif %) - pytest - pytest-cov - coverage