diff options
| author | Todd Miller <jmiller@stsci.edu> | 2018-06-22 09:10:14 -0400 | 
|---|---|---|
| committer | Todd Miller <jmiller@stsci.edu> | 2018-06-22 09:10:14 -0400 | 
| commit | ff7bb35c63ef298df2207dbfdc49e441cec0e2ae (patch) | |
| tree | 7cb17a5919c32a5aae5f627a77a0db239d6d19af /cubeviz | |
| parent | e3ccb95b25b6a978e8e2da7783cc53ec6b2d698a (diff) | |
| parent | f6dbc50fd6569c11c4b0286f4d30a08a56b8463e (diff) | |
| download | astroconda-contrib-ff7bb35c63ef298df2207dbfdc49e441cec0e2ae.tar.gz | |
Merge branch 'master' of https://github.com/astroconda/astroconda-contrib into update-crds-version to resolve version conflicts.
Diffstat (limited to 'cubeviz')
| -rw-r--r-- | cubeviz/meta.yaml | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml index 54745dc..b864b78 100644 --- a/cubeviz/meta.yaml +++ b/cubeviz/meta.yaml @@ -1,6 +1,7 @@  {% set name = 'cubeviz' %} -{% set version = '0.0.2' %} -{% set number = '1' %} +{% set version = '0.2.0' %} +{% set tag = version %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -19,7 +20,7 @@ requirements:      - asdf      - asteval      - astropy -    - glue-core >=0.12.0 +    - glue-core >=0.13      - numpy {{ numpy }}      - pytest      - setuptools @@ -29,9 +30,10 @@ requirements:      - asdf      - asteval      - astropy -    - glue-core >=0.12.0 +    - glue-core >=0.13      - numpy      - pytest +    - specviz >=0.5.0      - python  source: | 
