From 631816f635f9a6ac84365b008ee5993a1bcfbefc Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 22 Feb 2018 13:35:46 +0100 Subject: [PATCH] Update meta.yaml --- conda/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index b0d6558..edda3d8 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -30,9 +30,11 @@ requirements: - bob.bio.video - bob.learn.linear - bob.learn.libsvm + - scikit-learn run: - python - setuptools + - {{ pin_compatible('scikit-learn', min_pin='x.x') }} test: imports: @@ -47,13 +49,11 @@ test: - conda inspect objects -p $PREFIX {{ name }} # [osx] requires: - bob-devel {{ bob_devel }}.* - - bob.learn.linear - nose - - gridtk - coverage - sphinx - sphinx_rtd_theme - - scikit-learn + - gridtk about: home: https://www.idiap.ch/software/bob/ -- GitLab