diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-03-31 12:21:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 12:21:56 -0400 |
commit | cc9bf29e05e8fd9c3ff6725c67a4d6b417f97893 (patch) | |
tree | 1ee5d3d1e261f4afd5290455794329c2a8b22814 | |
parent | 3b2cdc79999623ebad6a18b6df19091048d3adbf (diff) | |
download | astroconda-contrib-cc9bf29e05e8fd9c3ff6725c67a4d6b417f97893.tar.gz |
stsci-data-analysis: update floors (#636)
* stsci-data-analysis: update floors
* Update more floors
-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 |