diff options
Diffstat (limited to 'calcos/meta.yaml')
-rw-r--r-- | calcos/meta.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/calcos/meta.yaml b/calcos/meta.yaml index 8e139e0..1243415 100644 --- a/calcos/meta.yaml +++ b/calcos/meta.yaml @@ -1,6 +1,9 @@ {% set name = 'calcos' %} {% set version = '3.2.1' %} -{% set number = '0' %} +{% if version[0] == 'v' %} +{% set version = version[1:] %} +{% endif %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -21,14 +24,14 @@ requirements: - stsci.distutils - stsci.tools - setuptools - - numpy - - python x.x + - numpy {{ numpy }} + - python {{ python }} run: - astropy >=1.1 - scipy - stsci.tools - numpy - - python x.x + - python source: git_tag: {{ version }} |