From 0dabc3ac59f603d489bfb2a44aeb49656cce2282 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Mon, 12 Feb 2018 17:05:29 +0100
Subject: [PATCH] [conda] Added gridtk as test requirement

---
 conda/meta.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 89d9faff..2a7b011e 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -45,7 +45,6 @@ requirements:
     - bob.ip.facedetect
     - bob.ip.flandmark
     - matplotlib {{ matplotlib }}
-    - gridtk
   run:
     - python
     - setuptools
@@ -68,7 +67,6 @@ test:
     - coverage
     - sphinx
     - sphinx_rtd_theme
-    - gridtk
     - bob.db.arface
     - bob.db.atnt
     - bob.db.banca
@@ -85,6 +83,7 @@ test:
     - bob.db.scface
     - bob.db.xm2vts
     - bob.bio.gmm
+    - gridtk
 
 about:
   home: https://www.idiap.ch/software/bob/
-- 
GitLab