From 971f1254434b0593ed753a3524b99299add319b6 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 21 Apr 2020 12:17:14 +0200
Subject: [PATCH] [conda] Fix dep pinning

---
 conda/meta.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index b0b78dc5..d29a4263 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
 
-- 
GitLab