From b90d19da7582ddf47c5a67aa49e7626794a7eeb2 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 13 Feb 2023 13:55:32 +0100
Subject: [PATCH] [conda] Do not pin pip

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

diff --git a/conda/meta.yaml b/conda/meta.yaml
index c6fa7eb..fd006be 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -22,7 +22,7 @@ build:
 requirements:
   host:
     - python >=3.9
-    - pip {{ pip }}
+    - pip
     - click >=8
     - click {{ click }}
     - tomli {{ tomli }}
-- 
GitLab