From a6f7024ee2cfe92b36b6c3dc1112d393093f3354 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Fri, 10 Sep 2021 17:09:26 +0200
Subject: [PATCH] [conda] remove bob-devel from test requirements [skip ci]

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

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 4c7e935..c075a2b 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -37,13 +37,14 @@ requirements:
     - libtiff {{ libtiff }}
     - boost {{ boost }}
     - numpy {{ numpy }}
+    - matplotlib {{ matplotlib }}
   run:
     - python
     - setuptools
     - boost
     - {{ pin_compatible('numpy') }}
   run_constrained:
-    - matplotlib
+    - {{ pin_compatible('matplotlib') }}
 
 test:
   imports:
-- 
GitLab