diff --git a/conda/meta.yaml b/conda/meta.yaml
index 1a7c95acb6da05634579c283c8de6248c82a7677..648d5305733ca826ac855c220ffcdf8cbd05f860 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -25,15 +25,15 @@ requirements:
   host:
     - python {{ python }}
     - setuptools {{ setuptools }}
-    - torchvision  {{ torchvision }} # [linux]
-    - pytorch {{ pytorch }} # [linux]
+    - torchvision  {{ torchvision }}  # [linux]
+    - pytorch {{ pytorch }}
     - numpy {{ numpy }}
     - bob.extension
   run:
     - python
     - setuptools
-    - {{ pin_compatible('pytorch') }} # [linux]
-    - {{ pin_compatible('torchvision') }} # [linux]
+    - {{ pin_compatible('pytorch') }}
+    - {{ pin_compatible('torchvision') }}  # [linux]
     - {{ pin_compatible('numpy') }}
     - pandas
     - matplotlib