From 4bef9554e68f64df22f9da1cf6d33624ad910376 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Fri, 19 Jun 2020 14:33:32 +0200 Subject: [PATCH] Added tabulate as dependency --- conda/meta.yaml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 6cb68e21..1d400851 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -33,6 +33,7 @@ requirements: - bob.measure - bob.sp - bob.pipelines + - tabulate - scipy {{ scipy }} - six {{ six }} run: diff --git a/requirements.txt b/requirements.txt index 9c33fd0d..2a91a3e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,7 @@ bob.measure bob.pipelines bob.sp bob.pipelines +tabulate click click-plugins numpy -- GitLab