From fb26557b99aa6e777813e74edbcf51493b587229 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 26 Apr 2022 17:56:31 +0200 Subject: [PATCH] remove bob.ip.color bob.ip.qualitymeasure --- conda/meta.yaml | 2 -- requirements.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index f59d7342..f11f2c62 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -24,8 +24,6 @@ requirements: - pip {{ pip }} - bob.extension - bob.io.base - - bob.ip.color - - bob.ip.qualitymeasure - bob.bio.base - bob.bio.face - bob.bio.video diff --git a/requirements.txt b/requirements.txt index e1f008c0..b9edf490 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,6 @@ bob.io.base bob.pad.base bob.bio.face bob.bio.video -bob.ip.color -bob.ip.qualitymeasure scikit-learn scikit-image imageio-ffmpeg -- GitLab