From bbaadf7bb015748b1498a35726a43dba75f1d0ed Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <amir.mohammadi@idiap.ch> Date: Fri, 26 Aug 2016 15:23:40 +0200 Subject: [PATCH] remove old packages --- develop.cfg | 6 ++---- requirements.txt | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/develop.cfg b/develop.cfg index db83cd4..506082d 100644 --- a/develop.cfg +++ b/develop.cfg @@ -30,8 +30,7 @@ develop = src/bob.extension src/bob.learn.em src/bob.measure src/bob.db.base - src/bob.db.verification.utils - src/bob.db.verification.filelist + src/bob.bio.db src/bob.db.atnt src/bob.bio.base src/bob.learn.boosting @@ -65,8 +64,7 @@ bob.learn.linear = git https://gitlab.idiap.ch/bob/bob.learn.linear bob.learn.em = git https://gitlab.idiap.ch/bob/bob.learn.em bob.measure = git https://gitlab.idiap.ch/bob/bob.measure bob.db.base = git https://gitlab.idiap.ch/bob/bob.db.base -bob.db.verification.utils = git https://gitlab.idiap.ch/bob/bob.db.verification.utils -bob.db.verification.filelist = git https://gitlab.idiap.ch/bob/bob.db.verification.filelist +bob.bio.db = git https://gitlab.idiap.ch/bob/bob.bio.db bob.db.atnt = git https://gitlab.idiap.ch/bob/bob.db.atnt bob.bio.base = git https://gitlab.idiap.ch/bob/bob.bio.base bob.learn.boosting = git https://gitlab.idiap.ch/bob/bob.learn.boosting diff --git a/requirements.txt b/requirements.txt index 9efac5c..9557706 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,6 @@ bob.sp bob.learn.em bob.measure bob.db.base -bob.db.verification.utils -bob.db.verification.filelist +bob.bio.db bob.bio.base bob.bio.face # for test purposes -- GitLab