From 8dcbdf4d85023ba295a9b4e101fc11f23de03a91 Mon Sep 17 00:00:00 2001
From: Maeva Pourpoint <maeva@passcal.nmt.edu>
Date: Fri, 4 Feb 2022 11:09:13 -0700
Subject: [PATCH] Remove build number in conda recipe because MINOR section of
 the new versioning scheme will cover it properly.

---
 conda.recipe/meta.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml
index 7b3c24e..8932f38 100644
--- a/conda.recipe/meta.yaml
+++ b/conda.recipe/meta.yaml
@@ -7,7 +7,6 @@ source:
 
 build:
   noarch: python
-  number: 2
   script: {{ PYTHON }} -m pip install . --no-deps -vv
 
 requirements:
-- 
GitLab