From 232b3361e9e210c61f183b382fb4220b6eef8a86 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 5 Aug 2019 08:30:41 +0200
Subject: [PATCH] [conda] Unpin conda (did not fix issues; and now it is not
 installable!

---
 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 249cde3d..1f9f23ca 100644
--- a/bob/devtools/bootstrap.py
+++ b/bob/devtools/bootstrap.py
@@ -386,7 +386,7 @@ if __name__ == '__main__':
   with open(condarc, 'wt') as f:
     f.write(_BASE_CONDARC)
 
-  conda_version = '4.6'
+  conda_version = '4'
   conda_build_version = '3.16'
   conda_verify_version = '3'
 
diff --git a/conda/meta.yaml b/conda/meta.yaml
index 58fe18f9..a4ccfbfe 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -30,7 +30,7 @@ requirements:
     - setuptools
     - click >=7
     - click-plugins
-    - conda=4.6
+    - conda=4
     - conda-build=3.16
     - conda-verify=3
     - certifi
-- 
GitLab