From f1c83ede7bd00a73b34d021c483982150a375c03 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Thu, 10 Jan 2019 14:58:46 +0100 Subject: [PATCH] Updated requirement --- conda/meta.yaml | 8 ++++++++ requirements.txt | 1 + 2 files changed, 9 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index d34040a..bc40051 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -23,6 +23,12 @@ requirements: - python {{ python }} - setuptools {{ setuptools }} - bob.bio.htface + - bob.bio.face_ongoing + - bob.db.cuhk_cufs + - bob.db.cuhk_cufsf + - bob.db.pola_thermal + - bob.db.nivl + - bob.db.cbsr_nir_vis_2 run: - python - setuptools @@ -36,6 +42,8 @@ test: imports: - {{ name }} commands: + - bob bio htface --help + - bob bio face_ongoing --help - nosetests --with-coverage --cover-package=bob.bio.htface -sv bob.bio.htface - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx diff --git a/requirements.txt b/requirements.txt index ec2743f..4d6d28a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ setuptools bob.bio.htface +bob.bio.face_ongoing bob.db.cuhk_cufs bob.db.cuhk_cufsf bob.db.pola_thermal -- GitLab