diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 51fb5ac4e7c7a80c4255f28c49c38d085f6622b0..ca99d2c7215296ab474d1d858af42f46953cac25 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -402,7 +402,8 @@ make:
 matplotlib:
   - 3.5.1
 mkl:  # [x86 or x86_64]
-  - 2021.4.0  # [x86 or x86_64]
+  - 2022.0.1  # [linux and (x86 or x86_64)]
+  - 2022.0.0  # [osx and (x86 or x86_64)]
 ncurses:
   - 6.3
 nose:
@@ -442,8 +443,8 @@ pytest_cov:
 python_graphviz:
   - 0.19.1
 pytorch:
-  - 1.10.0 cuda*  # [linux]
-  - 1.10.0  # [osx]
+  - 1.10.2 cuda*  # [linux]
+  - 1.10.2  # [osx]
 pytorch_lightning:
   - 1.6.0
 pyyaml: