diff options
| author | Warren J. Hack <hack@stsci.edu> | 2021-09-29 16:51:42 -0400 | 
|---|---|---|
| committer | Warren J. Hack <hack@stsci.edu> | 2021-09-29 16:51:42 -0400 | 
| commit | 2f58995b28b51be78de3e5debc6feb3f6a8afe3c (patch) | |
| tree | e33b0517a11749249682f9b1ae73faf37262d9e4 | |
| parent | f8f5e458f5f3bb18cf278106aa38836b8851fef2 (diff) | |
| download | astroconda-contrib-2f58995b28b51be78de3e5debc6feb3f6a8afe3c.tar.gz | |
Release Drizzlepac v3.3.0
| -rw-r--r-- | drizzlepac/meta.yaml | 23 | 
1 files changed, 14 insertions, 9 deletions
| diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 9596e69..fe70fa9 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'drizzlepac' %} -{% set version = '3.2.1' %} +{% set version = '3.3.0' %}  {% set number = '0' %}  about: @@ -17,8 +17,8 @@ package:  requirements:      build:      - acstools -    - astropy>=3.1.2 -    - astroquery +    - astropy>=4.0.0 +    - astroquery>=0.4      - bokeh      - fitsblender      - graphviz @@ -26,23 +26,25 @@ requirements:      - lxml      - nictools      - nose +    - scikit-learn>=0.20      - scipy      - secretstorage [linux]      - spherical-geometry -    - stsci.image +    - stsci.image>=2.3.4      - stsci.imagestats -    - stsci.skypac +    - stsci.skypac>=1.0.7      - stsci.stimage -    - stwcs +    - stsci.tools>=4.0 +    - stwcs>=1.5.3      - stregion      - setuptools      - pandas -    - photutils +    - photutils>=1.0.0      - pysynphot      - pypdf2      - pytables -    - tweakwcs -    - numpy=>1.18 +    - tweakwcs>=0.7.2 +    - numpy=>1.19      - python {{ python }}      run:      - acstools @@ -54,6 +56,7 @@ requirements:      - nose      - jeepney      - lxml +    - scikit-learn      - scipy      - secretstorage [linux]      - spherical-geometry @@ -61,6 +64,7 @@ requirements:      - stsci.imagestats      - stsci.skypac      - stsci.stimage +    - stsci.tools      - stwcs      - stregion      - setuptools @@ -72,6 +76,7 @@ requirements:      - tweakwcs      - numpy      - python +   source:      git_tag: {{ version }} | 
