diff --git a/conda/meta.yaml b/conda/meta.yaml index ccffe67a1aa5ba4d298f0eb18931f8fbb2c2f223..d109cd4fa4094e19c2070d4a9310526a3baaec09 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -30,9 +30,9 @@ requirements: - bob.bio.face - bob.bio.video - bob.pad.base - - numpy - - scikit-learn - - scikit-image + - numpy {{ numpy }} + - scikit-learn {{ scikit_learn }} + - scikit-image {{ scikit_image }} run: - python - setuptools @@ -50,11 +50,10 @@ test: - conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect objects -p $PREFIX {{ name }} # [osx] requires: - - bob-devel {{ bob_devel }}.* - - nose - - coverage - - sphinx - - sphinx_rtd_theme + - nose {{ nose }} + - coverage {{ coverage }} + - sphinx {{ sphinx }} + - sphinx_rtd_theme {{ sphinx_rtd_theme }} about: home: https://www.idiap.ch/software/bob/