From 50fca9a704679413879ba129b5d348e761a9ae15 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 18 Apr 2018 18:01:51 +0200 Subject: [PATCH] Add packages for BEAT --- gitlab/conda_build_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml index d73a67c..322cbe5 100644 --- a/gitlab/conda_build_config.yaml +++ b/gitlab/conda_build_config.yaml @@ -150,6 +150,10 @@ pyedflib: - 0.1.11 pyyaml: - 3.12 +pyzmq: + - 17.0.0 +requests: + - 2.18.4 schema: - 0.6.7 scikit_image: @@ -158,6 +162,8 @@ scipy: - 1.0.1 setuptools: - 39.0.1 +simplejson: + - 3.13.2 six: - 1.11.0 sphinx: -- GitLab