diff options
author | Joshua Neuheisel <joshua@neuheisel.us> | 2021-09-29 16:58:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 16:58:44 -0400 |
commit | d34b6fbc122746371893d923eebe37794b2ceea8 (patch) | |
tree | e33b0517a11749249682f9b1ae73faf37262d9e4 /drizzlepac | |
parent | f8f5e458f5f3bb18cf278106aa38836b8851fef2 (diff) | |
parent | 2f58995b28b51be78de3e5debc6feb3f6a8afe3c (diff) | |
download | astroconda-contrib-update_astroconda_version.tar.gz |
Merge pull request #746 from stsci-hack/release_drizzlepac_v330update_astroconda_version
Release Drizzlepac v3.3.0
Diffstat (limited to 'drizzlepac')
-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 }} |