From 2d625fa4a7f4cc5d4ed9f102aac69f9f0565d0db Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Wed, 28 Oct 2020 10:11:52 +0100
Subject: [PATCH] Removed bob.pad.base

---
 conda/meta.yaml  | 1 -
 requirements.txt | 1 -
 2 files changed, 2 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index ea867d8..52bc57f 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -31,7 +31,6 @@ requirements:
     - bob.extension
     - bob.core
     - bob.io.base
-    - bob.pad.base
     - bob.io.image
     - bob.ap
     - numpy {{ numpy }}
diff --git a/requirements.txt b/requirements.txt
index ddf456e..da04e1e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,6 @@ numpy
 bob.extension
 bob.core
 bob.io.base
-bob.pad.base
 bob.io.image
 bob.ap
 torch 
-- 
GitLab