diff --git a/conda/meta.yaml b/conda/meta.yaml
index c5d0abf1883a9d889bae2782f4b56cf222a0df81..49dcbd0afa0aec09e1ff14a5d433cb52c6530e88 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -30,6 +30,7 @@ requirements:
     - numpy {{ numpy }}
     - scipy {{ scipy }}
     - opencv {{ opencv }}
+    - imageio {{ imageio }}
     - bob.io.image
   run:
     - python
@@ -38,6 +39,7 @@ requirements:
     - {{ pin_compatible('numpy') }}
     - {{ pin_compatible('scipy') }}
     - {{ pin_compatible('opencv') }}
+    - {{ pin_compatible('imageio') }}
 
 test:
   imports:
diff --git a/requirements.txt b/requirements.txt
index 239527a7d8ae228180d528e9e3cca3c31242da2b..a9ae9f4c00e094e6a7884c58cb64b85bedcb9683 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,4 +3,5 @@ numpy
 scipy
 h5py
 # opencv  We need opencv, but the opencv package is broken and can't be installed with pip. Install it with conda.
-bob.io.image
\ No newline at end of file
+imageio
+bob.io.image