diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-12-19 17:01:29 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-19 17:01:29 -0500 | 
| commit | fd577cca581e5fcdb337e6ff5466420c7ad978a5 (patch) | |
| tree | 7c916b32a7bc095dfc2882d49681ae015d2dc5f0 /stsci-data-analysis | |
| parent | 07ef5c561fa4031ca1b58bf081b6d719b2fc6959 (diff) | |
| download | astroconda-contrib-fd577cca581e5fcdb337e6ff5466420c7ad978a5.tar.gz | |
da5: Modify minimum version requirements (#443)
* da5: Modify minimum version requirements
* Remove non-stsci dependencies
* stsci-data-analysis: Approaching da5
* Update floors
Diffstat (limited to 'stsci-data-analysis')
| -rw-r--r-- | stsci-data-analysis/meta.yaml | 23 | 
1 files changed, 11 insertions, 12 deletions
| 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 | 
