diff --git a/conda/meta.yaml b/conda/meta.yaml
index 1cd44ab733c4a65f5d860d6344af68bab43eba77..fc5c9a2804f4f1e87ef79078d456754ebe677ea7 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -32,7 +32,6 @@ requirements:
     - bob.sp
     - bob.ip.base
     - bob.ip.color
-    - bob.ip.draw
     - bob.ip.gabor
     - bob.learn.linear
     - bob.learn.em
@@ -40,9 +39,7 @@ requirements:
     - bob.db.base
     - bob.db.atnt
     - bob.bio.base
-    - bob.learn.boosting
     - bob.ip.facedetect
-    - bob.ip.flandmark
     - bob.pipelines
     - matplotlib {{ matplotlib }}
     - six {{ six }}
diff --git a/requirements.txt b/requirements.txt
index 5b57310a3e3cf316b98fbdeb8047bfc9cc115631..85daa8e08d1c6660e3d11fe9d6f798e3a18814ce 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,6 @@ bob.math
 bob.sp
 bob.ip.base
 bob.ip.color
-bob.ip.draw
 bob.ip.gabor
 bob.learn.linear
 bob.learn.em
@@ -17,9 +16,7 @@ bob.measure
 bob.db.base
 bob.db.atnt  # required for testing
 bob.bio.base
-bob.learn.boosting
 bob.ip.facedetect
-bob.ip.flandmark
 bob.pipelines
 matplotlib   # for plotting
 six