diff --git a/conda/meta.yaml b/conda/meta.yaml
index b0b78dc569dc0490873f3a81547e3def158661f3..d29a426309fb17f845f41cf13039099525de4bbd 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -34,12 +34,12 @@ requirements:
     - python
     - setuptools
     - {{ pin_compatible('numpy') }}
-    - {{ pin_compatible('pillow') }}
-    - {{ pin_compatible('pandas') }}
-    - {{ pin_compatible('matplotlib') }}
     - {{ pin_compatible('pytorch') }} # [linux]
     - {{ pin_compatible('torchvision') }} # [linux]
-    - {{ pin_compatible('h5py') }}
+    - matplotlib
+    - pandas
+    - pillow
+    - h5py
     - tqdm
     - tabulate