From 6f714ab5c322b62265db020b5d7003441b9afcc3 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 3 Mar 2022 15:20:33 +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 abdb691..7c9b0e1 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -39,7 +39,6 @@ requirements:
     - bob.ip.base
     - bob.ip.color
     - bob.bio.base
-    - bob.learn.linear
 
   run:
     - python
diff --git a/requirements.txt b/requirements.txt
index fa88f2e..8a9e371 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,4 +13,3 @@ bob.io.image
 bob.ip.base
 bob.ip.color
 bob.bio.base
-bob.learn.linear
-- 
GitLab