diff options
Diffstat (limited to 'stsci-hst/meta.yaml')
-rw-r--r-- | stsci-hst/meta.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index b644a32..94cb310 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci-hst' %} -{% set version = '3.0.3' %} +{% set version = '3.1.0' %} {% set number = '0' %} about: @@ -20,9 +20,8 @@ requirements: - python {{ python }} run: - - purge_path >=1.0.0 - acstools >=2.0.8 - - astropy >=1.3 + - astropy >=2.0.0 - calcos >=3.2.1 - costools >=1.2.1 - crds >=7.1.1 @@ -40,11 +39,9 @@ requirements: - stsci.imagemanip >=1.1.2 - stsci.imagestats >=1.4.1 - stsci.ndimage >=0.10.1 - - stsci.numdisplay >=1.6.1 - stsci.sphinxext >=1.2.2 - stsci.stimage >=0.2.1 - stsci.skypac >=0.9.5 - - stsci.sphere >=0.2 - stsci.tools >=3.4.11 - stwcs >=1.3.2,<1.4.0 [py27] - stwcs >=1.3.2 [not py27] |