diff options
Diffstat (limited to 'stsci.convolve')
-rw-r--r-- | stsci.convolve/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stsci.convolve/meta.yaml b/stsci.convolve/meta.yaml index a9c5280..05a4845 100644 --- a/stsci.convolve/meta.yaml +++ b/stsci.convolve/meta.yaml @@ -1,5 +1,7 @@ {% set name = 'stsci.convolve' %} -{% 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,14 +16,12 @@ package: version: {{ version }} requirements: build: - - relic >=1.0.3 - numpy x.x - python x.x run: - numpy x.x - python x.x source: - git_tag: {{ version }} git_url: https://github.com/spacetelescope/stsci.convolve test: imports: |