diff options
-rw-r--r-- | stsci-data-analysis/meta.yaml | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index ef2dee0..11c194a 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci-data-analysis' %} -{% set version = '3.0.0' %} +{% set version = '4.0.0' %} {% set number = '0' %} about: @@ -20,18 +20,17 @@ requirements: - python {{ python }} run: - - asdf >=1.3.1 - - astroimtools >=0.1.1 - #- cubeviz <=0.2.1 # Excluded due to spec(utils|viz). and mosviz conflicts + - asdf >=2.5.2 + - astroimtools >=0.2 - da5-notebooks >=1.0.0 - - gwcs >=0.9.1 - - mosviz >=0.1.1 - - 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 - - tweakwcs >=0.1.1 - - webbpsf >=0.8.0 + - jdat_notebooks >=0.1.0 + - ginga >=3.0.1 + - gwcs >=0.13 + - photutils >=0.7.2 + - imexam >=0.9.1 + - specutils >=1.0 + - spherical-geometry >=1.2.18 + - stginga >=1.1 + - tweakwcs >=0.6.1 + - webbpsf >=0.9.0 - python |