From 7c4d394707356b88c482c3aaf95064ed67ef0dba Mon Sep 17 00:00:00 2001
From: Omid Hosseini <ohosseini@dhcp-8.passcal.nmt.edu>
Date: Fri, 4 Feb 2022 15:22:53 -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 66eef96..40905f3 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