From 405d93c7f27cdf0e88bbdc1c5bc7c11344e42dc8 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 25 Mar 2021 19:57:42 +0100
Subject: [PATCH] [conda] update with bdt gitlab update-bob -vv --beta

---
 conda/meta.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index b52c2ab..e3f7e47 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -15,6 +15,8 @@ requirements:
     # This list should be the same as packages.txt.
     # This list should also be the same as in bob/bob conda recipe + bob and bob.devtools
     - bob
+    - bob.devtools
+    # LIST OF BOB PACKAGES - START
     - bob.buildout
     - bob.extension
     - bob.blitz
@@ -32,8 +34,8 @@ requirements:
     - bob.ip.color
     - bob.ip.gabor
     - bob.learn.activation
-    - bob.learn.libsvm
     - bob.learn.linear
+    - bob.learn.libsvm
     - bob.learn.mlp
     - bob.db.iris
     - bob.learn.em
@@ -43,6 +45,7 @@ requirements:
     - gridtk
     - bob.ip.qualitymeasure
     - bob.pipelines
+    - bob.learn.tensorflow
     - bob.bio.base
     - bob.bio.gmm
     - bob.bio.face
@@ -51,9 +54,9 @@ requirements:
     - bob.pad.base
     - bob.pad.face
     - bob.fusion.base
-    - bob.learn.tensorflow
     - bob.learn.pytorch
     - bob.ip.binseg
+    # LIST OF BOB PACKAGES - END
 test:
   commands:
     - sphinx-build {{ project_dir }}/doc {{ project_dir }}/sphinx
-- 
GitLab