From b5386fb79651f17e9cec4b2b9e2ddf003391ccf7 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Wed, 2 Oct 2019 19:13:30 +0200
Subject: [PATCH] Unpinning conda build

---
 bob/devtools/bootstrap.py | 2 +-
 conda/meta.yaml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py
index f658ee87..cd4ae12f 100644
--- a/bob/devtools/bootstrap.py
+++ b/bob/devtools/bootstrap.py
@@ -448,7 +448,7 @@ if __name__ == "__main__":
                 ))
 
     conda_version = "4"
-    conda_build_version = "3.16"
+    conda_build_version = "3"
     conda_verify_version = "3"
 
     conda_verbosity = []
diff --git a/conda/meta.yaml b/conda/meta.yaml
index 017bc3b7..64127318 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -32,7 +32,7 @@ requirements:
     - click >=7
     - click-plugins
     - conda=4
-    - conda-build=3.16
+    - conda-build=3
     - conda-verify=3
     - certifi
     - docformatter
-- 
GitLab