From 1fb1408fd6707384137771fe12bf8fb8d0cc796d Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 10 Sep 2021 18:08:31 +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 024d3d7..35b02a9 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -50,10 +50,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