From 9a18905785bb9ffd56a1b639f908063569739a20 Mon Sep 17 00:00:00 2001 From: Nicholas Earl Date: Tue, 18 Dec 2018 11:18:39 -0500 Subject: Update specviz and mosviz versions (#446) * Update specviz and mosviz versions * Modified recipes * Add spaces between version constraints * Replace '>' with '>=' in test case * Build system compiles against numpy 1.14.* to service a wider audience. * Drop eggs --- mosviz/meta.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'mosviz/meta.yaml') diff --git a/mosviz/meta.yaml b/mosviz/meta.yaml index a6dade5..ef81e6e 100644 --- a/mosviz/meta.yaml +++ b/mosviz/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'mosviz' %} -{% set version = '0.1.1' %} +{% set version = '0.2.0' %} {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/mosviz @@ -25,22 +25,25 @@ requirements: - astropy - glue-core >=0.11.0 - matplotlib >=1.5.3 - - specutils <=0.2.2 + - specutils >=0.5.1 - numpy {{ numpy }} - python {{ python }} + - specviz >=0.6.2 run: - astropy - glue-core >=0.11.0 - matplotlib >=1.5.3 - - specutils <=0.2.2 + - specutils >=0.5.1 + - specviz >=0.6.2 - numpy - python test: requires: - astropy - - specutils <=0.2.2 + - specutils >=0.5.1 + - specviz >=0.6.2 imports: - mosviz -- cgit