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