From d79938dd0b194303276ef0dcd2bf48364c307450 Mon Sep 17 00:00:00 2001
From: Xinyi ZHANG <xzhang@vws101.idiap.ch>
Date: Mon, 12 Apr 2021 21:31:38 +0200
Subject: [PATCH] =?UTF-8?q?=E2=80=9Dinstall=5Fopencv=5Fand=5Fmxnet?=
 =?UTF-8?q?=E2=80=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 conda/meta.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 6250242c..7abee258 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -43,6 +43,8 @@ requirements:
     - scikit-image {{ scikit_image }}
     - six {{ six }}
     - tensorflow {{ tensorflow }}  # [linux]
+    - mxnet {{ mxnet }}
+    - opencv-pyrhon {{ opencv_python }}
   run:
     - python
     - setuptools
@@ -76,6 +78,8 @@ test:
     - bob.db.atnt
     - bob.learn.tensorflow  # [linux]
     - tensorflow  # [linux]
+    - mxnet
+    - opencv-python
 
 about:
   home: https://www.idiap.ch/software/bob/
-- 
GitLab