diff --git a/conda/meta.yaml b/conda/meta.yaml
index ea867d86b9c4cab447f49f06d902f0deab166b3e..52bc57f187974be49e2fda54d7d8ee3f1b219bb3 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 ddf456e02e933939f5a017f897fbc6236ae769df..da04e1eb417d2c514807fbcb61e6199372c606f4 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