From aab58dcaf68d18cf7dd2fa811b56e4af1cde7afc Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 10 Sep 2021 17:08:10 +0200 Subject: [PATCH] [conda] remove bob-devel from test requirements [skip ci] --- conda/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 5e8f6f3..79d1cb0 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -49,10 +49,10 @@ test: - conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect objects -p $PREFIX {{ name }} # [osx] requires: - - 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/ -- GitLab