summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-12-19 17:01:29 -0500
committerGitHub <noreply@github.com>2018-12-19 17:01:29 -0500
commitfd577cca581e5fcdb337e6ff5466420c7ad978a5 (patch)
tree7c916b32a7bc095dfc2882d49681ae015d2dc5f0
parent07ef5c561fa4031ca1b58bf081b6d719b2fc6959 (diff)
downloadastroconda-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
-rw-r--r--stsci-data-analysis/meta.yaml23
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