From 12c38582a4649e0cc22cdc8ce1b0f9d201a68f70 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Mon, 22 Jan 2018 16:02:36 +0100
Subject: [PATCH] Add pyyaml and jinja2 (needed by gridtk)

---
 gitlab/conda_build_config.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml
index 519a4c9..6bfd58a 100644
--- a/gitlab/conda_build_config.yaml
+++ b/gitlab/conda_build_config.yaml
@@ -147,6 +147,8 @@ docopt:
   - 0.6.2
 ipdb:
   - 0.10.2
+jinja2:
+  - 2.10
 kaldi:
   - r7271.1a4dbf6
 keras:
@@ -169,6 +171,8 @@ pkgtools:
   - 0.7.3
 pyedflib:
   - 0.1.11
+pyyaml:
+  - 3.12
 schema:
   - 0.6.7
 sphinx_rtd_theme:
-- 
GitLab