diff options
Diffstat (limited to 'wfpc2tools')
-rw-r--r-- | wfpc2tools/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index f11cf8e..7850762 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -1,5 +1,7 @@ {% set name = 'wfpc2tools' %} -{% 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: requirements: build: - astropy >=1.1 - - relic >=1.0.3 - scipy - stsci.imagestats - stsci.tools @@ -29,7 +30,6 @@ requirements: - numpy x.x - python x.x source: - git_tag: {{ version }} git_url: https://github.com/spacetelescope/wfpc2tools test: imports: |