From ccbf6317f0a46378258ee9b5ad817b32299bfca0 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 3 Mar 2022 15:19:44 +0100 Subject: [PATCH] remove bob.learn.linear --- conda/meta.yaml | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 1004a05..a65b732 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -27,7 +27,6 @@ requirements: - bob.core - bob.io.base - bob.math - - bob.learn.linear - bob.sp - bob.learn.em - bob.measure diff --git a/requirements.txt b/requirements.txt index 4f49d6b..467f01f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ bob.blitz bob.core bob.io.base bob.math -bob.learn.linear bob.sp bob.learn.em bob.measure -- GitLab