From b928590c1a06d21797b7a4801fc544b53d4a2eb1 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 13 Feb 2023 23:27:59 +0100
Subject: [PATCH] [conda] Unpin pip

---
 conda/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index fa3d7c51..06149d3a 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -22,7 +22,7 @@ build:
 requirements:
   host:
     - python >=3.9
-    - pip {{ pip }}
+    - pip
     - click {{ click }}
     - matplotlib {{ matplotlib }}
     - numpy {{ numpy }}
-- 
GitLab