From e28950b325148f4180b2ff3f49d6ee3ed46a4c49 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Wed, 18 Nov 2020 16:05:14 +0100 Subject: [PATCH] [conda] Fixed tensorflow --- conda/meta.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 8aca2873..0d0cfb97 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -51,14 +51,13 @@ requirements: - scikit-image optional: - bob.learn.tensorflow - - tensorflow - - mxnet + - {{ pin_compatible('tensorflow') }} # [linux] + - mxnet {{ mxnet }} test: imports: - {{ name }} commands: - - display_face_annotations.py --help - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx -- GitLab