From c2bbf9096adf28e61d7da40de8f6ca001f4157e3 Mon Sep 17 00:00:00 2001
From: CERUTTI Guillaume <guillaume.cerutti@inria.fr>
Date: Tue, 5 Apr 2022 14:29:34 +0000
Subject: [PATCH] Update meta.yaml

---
 conda/meta.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 8f4f77f..d983273 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -8,17 +8,17 @@ source:
   # git_tag: develop
 
 build:
-  number: {{ environ.get('GIT_DESCRIBE_NUMBER', 'default') }}
+  number: {{ GIT_DESCRIBE_NUMBER }}
   preserve_egg_dir: True
 
 requirements:
   build:
     - setuptools
-    - python >=3.6,<3.8
+    - python >=3.6
   host:
-    - python >=3.6,<3.8
+    - python >=3.6
   run:
-    - python >=3.6,<3.8
+    - python >=3.6
     - treex
     - visu_core >=0.2
     - numpy
-- 
GitLab