From d97f2ec11ab026253e08ae5ed0ed139acf7d7c73 Mon Sep 17 00:00:00 2001
From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch>
Date: Mon, 7 May 2018 15:30:18 +0200
Subject: [PATCH] Remove evaluate references

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

diff --git a/conda/meta.yaml b/conda/meta.yaml
index fa9ebaea..db156ffc 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -10,7 +10,6 @@ build:
     - verify.py         = bob.bio.base.script.verify:main
     - resources.py      = bob.bio.base.script.resources:resources
     - databases.py      = bob.bio.base.script.resources:databases
-    - evaluate.py       = bob.bio.base.script.evaluate:main
     - collect_results.py = bob.bio.base.script.collect_results:main
     - grid_search.py    = bob.bio.base.script.grid_search:main
     - preprocess.py     = bob.bio.base.script.preprocess:main
@@ -58,7 +57,6 @@ test:
     - verify.py --help
     - resources.py --help
     - databases.py --help
-    - evaluate.py --help
     - collect_results.py --help
     - grid_search.py --help
     - preprocess.py --help
-- 
GitLab