From c51649666d6908c0e86656e9b12bf7b4b955299c Mon Sep 17 00:00:00 2001 From: ageorge <anjith.george@idiap.ch> Date: Tue, 7 May 2019 11:16:02 +0200 Subject: [PATCH] test --- conda/meta.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 69218db..d2f3d75 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -25,15 +25,13 @@ requirements: - six {{ six }} - numpy - bob.extension - - bob.bio.base - - bob.bio.video - bob.pad.face - - bob.learn.pytorch + - bob.learn.pytorch # [linux] run: - python - setuptools - six {{ six }} - - numpy + - {{ pin_compatible('numpy') }} test: imports: @@ -51,7 +49,6 @@ test: - coverage - sphinx - sphinx_rtd_theme - - gridtk # extend this list with further test-time-only dependencies about: @@ -59,3 +56,5 @@ about: license: GNU General Public License v3 (GPLv3) summary: Implements tools for reproducing Multi Channel CNN based face PAD experiments. license_family: GPL + + -- GitLab