summaryrefslogtreecommitdiff
path: root/stsci.imagestats
diff options
context:
space:
mode:
Diffstat (limited to 'stsci.imagestats')
-rw-r--r--stsci.imagestats/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml
index f23696f..4e84278 100644
--- a/stsci.imagestats/meta.yaml
+++ b/stsci.imagestats/meta.yaml
@@ -1,5 +1,7 @@
{% set name = 'stsci.imagestats' %}
-{% 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:
@@ -14,7 +16,6 @@ package:
version: {{ version }}
requirements:
build:
- - relic >=1.0.3
- setuptools
- numpy x.x
- python x.x
@@ -22,7 +23,6 @@ requirements:
- numpy x.x
- python x.x
source:
- git_tag: {{ version }}
git_url: https://github.com/spacetelescope/stsci.imagestats
test:
imports: