From cf4bfbe9ee133bc97a8a13aaf5c2f1428a2b2d9e Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Mon, 9 Jul 2018 14:58:19 +0200
Subject: [PATCH] [build] added bob.learn.mlp in requirements and conda recipe

---
 conda/meta.yaml  | 1 +
 requirements.txt | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 110e769..6cd9519 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -29,6 +29,7 @@ requirements:
     - bob.bio.video
     - bob.learn.linear
     - bob.learn.libsvm
+    - bob.learn.mlp
     - scikit-learn
   run:
     - python
diff --git a/requirements.txt b/requirements.txt
index 17236fa..a006d40 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,4 +7,5 @@ bob.bio.base
 bob.bio.video
 bob.learn.libsvm
 bob.learn.linear
-scikit-learn
\ No newline at end of file
+bob.learn.mlp
+scikit-learn
-- 
GitLab