diff --git a/conda/meta.yaml b/conda/meta.yaml index 1c216c718dd747569ab6340cdab4ab3dd6103274..577c448badc9d54ef4bd2ed2d3ae7bf5c01b8fb8 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -59,14 +59,13 @@ test: commands: - sphinx-build {{ project_dir }}/doc {{ project_dir }}/sphinx requires: - - bob-devel {{ bob_devel }}.* - - nose - - coverage - - sphinx - - sphinx_rtd_theme - - sphinxcontrib-programoutput - - graphviz - - font-ttf-dejavu-sans-mono + - nose {{ nose }} + - coverage {{ coverage }} + - sphinx {{ sphinx }} + - sphinx_rtd_theme {{ sphinx_rtd_theme }} + - sphinxcontrib-programoutput {{ sphinxcontrib_programoutput }} + - graphviz {{ graphviz }} + - font-ttf-dejavu-sans-mono {{ font_ttf_dejavu_sans_mono }} about: home: https://www.idiap.ch/software/bob/