From 54ac14b165f01465fae18967225b965003c93501 Mon Sep 17 00:00:00 2001 From: Guillaume HEUSCH <guillaume.heusch@idiap.ch> Date: Mon, 2 Jul 2018 16:28:17 +0200 Subject: [PATCH] [conda] tagged numpy version to 1.11 --- conda/meta.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index d55a44e2..df0efa32 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -21,8 +21,7 @@ requirements: - python {{ python }} - setuptools {{ setuptools }} - six {{ six }} - - sphinx - - numpy {{ numpy }} + - numpy >=1.11 - bob.extension - bob.bio.base - bob.io.base @@ -42,8 +41,7 @@ requirements: - python - setuptools - six - - sphinx - - numpy + - numpy >=1.11 - scikit-learn test: -- GitLab