diff --git a/conda/meta.yaml b/conda/meta.yaml
index ba1cb15a3c325b3b7787b6b17031eda08db5e2f7..325b380dae3392bbdeba28eb5af00415ca8b8fa2 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -37,14 +37,11 @@ requirements:
     - bob.sp
     - bob.ip.base
     - bob.ip.color
-    - bob.ip.draw
     - bob.ip.gabor
     - bob.measure
     - bob.db.base
     - bob.db.atnt
-    - bob.learn.boosting
     - bob.ip.facedetect
-    - bob.ip.flandmark
     - bob.io.video
     - matplotlib {{ matplotlib }}
     - six {{ six }}
diff --git a/develop.cfg b/develop.cfg
index 959620a35004d0a71ac84a39ccc5fa9249f4578c..50c6e160d1b6e85239e81f1c8949144c5c88040b 100644
--- a/develop.cfg
+++ b/develop.cfg
@@ -10,15 +10,12 @@ eggs = bob.extension
        bob.sp
        bob.ip.gabor
        bob.ip.base
-       bob.ip.draw
        bob.ip.color
        bob.measure
-       bob.learn.boosting
        bob.io.video
        bob.learn.activation
        bob.io.matlab
        bob.io.image
-       bob.ip.flandmark
        bob.ip.facedetect
        bob.learn.linear
        bob.learn.em
@@ -41,15 +38,12 @@ develop = src/bob.extension
           src/bob.sp
           src/bob.ip.gabor
           src/bob.ip.base
-          src/bob.ip.draw
           src/bob.ip.color
           src/bob.measure
-          src/bob.learn.boosting
           src/bob.io.video
           src/bob.learn.activation
           src/bob.io.matlab
           src/bob.io.image
-          src/bob.ip.flandmark
           src/bob.ip.facedetect
           src/bob.learn.linear
           src/bob.learn.em
@@ -75,15 +69,12 @@ bob.io.base = git git@gitlab.idiap.ch:bob/bob.io.base
 bob.sp = git git@gitlab.idiap.ch:bob/bob.sp
 bob.ip.gabor = git git@gitlab.idiap.ch:bob/bob.ip.gabor
 bob.ip.base = git git@gitlab.idiap.ch:bob/bob.ip.base
-bob.ip.draw = git git@gitlab.idiap.ch:bob/bob.ip.draw
 bob.ip.color = git git@gitlab.idiap.ch:bob/bob.ip.color
 bob.measure = git git@gitlab.idiap.ch:bob/bob.measure
-bob.learn.boosting = git git@gitlab.idiap.ch:bob/bob.learn.boosting
 bob.io.video = git git@gitlab.idiap.ch:bob/bob.io.video
 bob.learn.activation = git git@gitlab.idiap.ch:bob/bob.learn.activation
 bob.io.matlab = git git@gitlab.idiap.ch:bob/bob.io.matlab
 bob.io.image = git git@gitlab.idiap.ch:bob/bob.io.image
-bob.ip.flandmark = git git@gitlab.idiap.ch:bob/bob.ip.flandmark
 bob.ip.facedetect = git git@gitlab.idiap.ch:bob/bob.ip.facedetect
 bob.learn.linear = git git@gitlab.idiap.ch:bob/bob.learn.linear
 bob.learn.em = git git@gitlab.idiap.ch:bob/bob.learn.em