diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-02-16 08:29:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-16 08:29:43 -0500 |
commit | 86028b898c396b9671c745fed96ba287c99dbb4b (patch) | |
tree | bd453bd116c14f4b516a1283e19524e29d2500dc /specviz | |
parent | f592b026aae0a95976c13cddc7822c10b090b73b (diff) | |
download | astroconda-dev-86028b898c396b9671c745fed96ba287c99dbb4b.tar.gz |
Overhaul (#17)
* Remove numpy x.x locks
* Improve formatting and jinja2 usage; License changes minimal
* Bump build numbers on affected packages
Diffstat (limited to 'specviz')
-rw-r--r-- | specviz/meta.yaml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml index ccb7fed..89a1f32 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -1,7 +1,11 @@ {% set name = 'specviz' %} {% set version = '0.2.1rc5' %} -{% set tag = 'v0.2.1rc5' %} -{% set number = '0' %} +{% set tag = 'v' + version %} +{% set number = '1' %} + +about: + home: https://github.com/spacetelescope/specviz + license: BSD package: name: {{ name }} @@ -22,7 +26,7 @@ requirements: - scipy - yaml - setuptools - - numpy x.x + - numpy - python x.x run: @@ -34,7 +38,7 @@ requirements: - pyqt - scipy - yaml - - numpy x.x + - numpy - python x.x test: @@ -44,6 +48,3 @@ test: imports: - specviz -about: - home: https://github.com/spacetelescope/specviz - license: BSD |