From ab480ecdf2228996148e668710e8f17a4ae8a69b Mon Sep 17 00:00:00 2001 From: Olegs NIKISINS <onikisins@italix03.idiap.ch> Date: Mon, 19 Feb 2018 10:28:05 +0100 Subject: [PATCH] Changes in conda recipe according to Anirs comments --- conda/meta.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index f796d1de..58ac6680 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -27,6 +27,7 @@ requirements: - bob.bio.base - bob.io.base - bob.ip.base + - scikit-learn - bob.pad.base - bob.bio.face - bob.bio.video @@ -40,6 +41,9 @@ requirements: - six - sphinx - numpy + - scikit-learn + - bob.ip.dlib + - bob.ip.facelandmarks test: imports: @@ -57,10 +61,9 @@ test: - sphinx - sphinx_rtd_theme - gridtk - - scikit-learn - - bob.ip.dlib - - bob.ip.facelandmarks - bob.db.replay + - bob.db.replaymobile + - bob.db.msu_mfsd_mod about: home: https://www.idiap.ch/software/bob/ -- GitLab