From fd577cca581e5fcdb337e6ff5466420c7ad978a5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 19 Dec 2018 17:01:29 -0500 Subject: da5: Modify minimum version requirements (#443) * da5: Modify minimum version requirements * Remove non-stsci dependencies * stsci-data-analysis: Approaching da5 * Update floors --- stsci-data-analysis/meta.yaml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'stsci-data-analysis') diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index e0ff766..ef2dee0 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci-data-analysis' %} -{% set version = '2.2.0' %} +{% set version = '3.0.0' %} {% set number = '0' %} about: @@ -21,18 +21,17 @@ requirements: run: - asdf >=1.3.1 - - astropy >=2.0.0 - astroimtools >=0.1.1 - - cubeviz >=0.0.2 - - glueviz >=0.12.0 - - glue-vispy-viewers >=0.9 - - gwcs >=0.8.0 + #- cubeviz <=0.2.1 # Excluded due to spec(utils|viz). and mosviz conflicts + - da5-notebooks >=1.0.0 + - gwcs >=0.9.1 - mosviz >=0.1.1 - - photutils >=0.4 - - imexam >=0.8.0 - - specutils >=0.2.2 - - specviz >=0.4.4 - - spherical-geometry >=1.0.12 + - photutils >=0.6 + - imexam >=0.8.1 + - specutils >=0.2.2 # Constraint permits manual cubeviz install + - specviz >=0.5.0 # Constraint permits manual cubeviz install + - spherical-geometry >=1.2.6 - stginga >=0.2.1 - - numpy + - tweakwcs >=0.1.1 + - webbpsf >=0.8.0 - python -- cgit