diff --git a/conda/meta.yaml b/conda/meta.yaml
index 5ea51781a6c20780bc9de46638fbf904a7f5d040..f60439724fb11ad23fc5ab27bb6f59efbcbc0246 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -26,10 +26,17 @@ requirements:
     - python {{ python }}
     - setuptools {{ setuptools }}
     - bob.extension
+    - numpy
+    - bob.bio.base
+    - bob.bio.video
+    - bob.pad.face
+    - bob.learn.pytorch
+
     # place your other host dependencies here
   run:
     - python
     - setuptools
+    - numpy
     # place other runtime dependencies here (same as requirements.txt)
 
 test: