diff options
Diffstat (limited to 'specviz')
-rw-r--r-- | specviz/meta.yaml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml index b4f1276..cc1c11a 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -1,7 +1,10 @@ {% set name = 'specviz' %} {% set version = '0.4.4' %} +{% if version[0] == 'v' %} +{% set version = version[1:] %} +{% endif %} {% set tag = 'v' + version %} -{% set number = '0' %} +{% set number = '1' %} package: name: {{ name }} @@ -19,7 +22,7 @@ requirements: - astropy - cython - docopt - - specutils + - specutils <=0.2.2 - py-expression-eval - pyyaml - pyqtgraph >=0.9.11 @@ -29,14 +32,14 @@ requirements: - yaml - setuptools - six - - numpy - - python x.x + - numpy {{ numpy }} + - python {{ python }} run: - astropy - cython - docopt - - specutils + - specutils <=0.2.2 - py-expression-eval - pyyaml - pyqtgraph >=0.9.11 @@ -46,12 +49,12 @@ requirements: - yaml - six - numpy - - python x.x + - python test: requires: - astropy - - specutils + - specutils <=0.2.2 imports: - specviz |