From 508e391a35f65c931c99c9f9475b67273f240cb4 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Sun, 4 Aug 2019 10:09:26 +0200
Subject: [PATCH] [bob/beat-devel] Update versions; Add menpofit back-in

---
 conda/beat-devel/meta.yaml | 4 ++--
 conda/bob-devel/meta.yaml  | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/conda/beat-devel/meta.yaml b/conda/beat-devel/meta.yaml
index b7f0c796..58aec6db 100644
--- a/conda/beat-devel/meta.yaml
+++ b/conda/beat-devel/meta.yaml
@@ -2,7 +2,7 @@
 {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
 package:
   name: beat-devel
-  version: 2019.07.31
+  version: 2019.08.04
 
 build:
   # the build number must be zero all the time.
@@ -15,7 +15,7 @@ build:
 requirements:
   host:
     - python {{ python }}
-    - bob-devel 2019.07.31
+    - bob-devel 2019.08.04
     - docker-py 3.6.0
     - flask 1.0.2
     - flask-cors 3.0.7
diff --git a/conda/bob-devel/meta.yaml b/conda/bob-devel/meta.yaml
index f8f0bff0..a648c60b 100644
--- a/conda/bob-devel/meta.yaml
+++ b/conda/bob-devel/meta.yaml
@@ -4,7 +4,7 @@ package:
   name: bob-devel
   # please update the version of beat-devel and update bob-devel's version there
   # as well in the same merge request.
-  version: 2019.07.31
+  version: 2019.08.04
 
 build:
   # the build number must be zero all the time.
@@ -79,6 +79,7 @@ requirements:
     # semi-supported dependencies (drop them if they conflict):
     - dlib 19.7
     - menpo 0.8.1
+    - menpofit 0.5.0
   run:
     - python
   run_constrained:
-- 
GitLab