From 6ec58c3397f5938cd2015df278bcfc1e669c6cad Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Thu, 5 Nov 2020 09:58:31 +0100 Subject: [PATCH] Removed traces od bob.ip.flandmark, bob.ip.daraw, bob.learn.boosting --- conda/meta.yaml | 3 --- requirements.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 1cd44ab7..fc5c9a28 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -32,7 +32,6 @@ requirements: - bob.sp - bob.ip.base - bob.ip.color - - bob.ip.draw - bob.ip.gabor - bob.learn.linear - bob.learn.em @@ -40,9 +39,7 @@ requirements: - bob.db.base - bob.db.atnt - bob.bio.base - - bob.learn.boosting - bob.ip.facedetect - - bob.ip.flandmark - bob.pipelines - matplotlib {{ matplotlib }} - six {{ six }} diff --git a/requirements.txt b/requirements.txt index 5b57310a..85daa8e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,6 @@ bob.math bob.sp bob.ip.base bob.ip.color -bob.ip.draw bob.ip.gabor bob.learn.linear bob.learn.em @@ -17,9 +16,7 @@ bob.measure bob.db.base bob.db.atnt # required for testing bob.bio.base -bob.learn.boosting bob.ip.facedetect -bob.ip.flandmark bob.pipelines matplotlib # for plotting six -- GitLab