From c3a1423196711808674b41a6130189a3a63cb1ce Mon Sep 17 00:00:00 2001
From: Omid Hosseini <ohosseini@dhcp-8.passcal.nmt.edu>
Date: Fri, 4 Feb 2022 15:31:46 -0700
Subject: [PATCH] Drop the build number in the meta.yaml file

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

diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml
index 7a581d2..62864f0 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