summaryrefslogtreecommitdiff
path: root/crds
diff options
context:
space:
mode:
Diffstat (limited to 'crds')
-rw-r--r--crds/meta.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml
index 60f80b8..60cade1 100644
--- a/crds/meta.yaml
+++ b/crds/meta.yaml
@@ -1,5 +1,7 @@
{% set name = 'crds' %}
-{% set version = GIT_DESCRIBE_TAG %}
+{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
+ +".dev"
+ +environ.get("GIT_DESCRIBE_NUMBER", "0") %}
{% set number = '0' %}
about:
@@ -15,7 +17,6 @@ package:
requirements:
build:
- astropy >=1.1
- - relic >=1.0.3
- setuptools
- numpy x.x
- python x.x