diff --git a/conda/meta.yaml b/conda/meta.yaml index 6cb68e214c19f7241aebfff18d09febe90c207f9..1d40085118a962532ca9134e14b398bdd5b2ed0e 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 9c33fd0dee252ec6e2c65401b231fa774d4c5dd7..2a91a3e3f933d9db07f6db5b43c4e2b932140cd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,7 @@ bob.measure bob.pipelines bob.sp bob.pipelines +tabulate click click-plugins numpy