diff options
Diffstat (limited to 'stistools/meta.yaml')
-rw-r--r-- | stistools/meta.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/stistools/meta.yaml b/stistools/meta.yaml index 6b84788..42f03cf 100644 --- a/stistools/meta.yaml +++ b/stistools/meta.yaml @@ -1,6 +1,9 @@ {% set name = 'stistools' %} {% set version = '1.1' %} -{% set number = '1' %} +{% if version[0] == 'v' %} +{% set version = version[1:] %} +{% endif %} +{% set number = '2' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -22,14 +25,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_url: https://github.com/spacetelescope/{{ name }}.git |