diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-08-24 14:14:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 14:14:31 -0400 |
commit | 7a04835058d132da47cbd122b61fafdbd899c95b (patch) | |
tree | ea96b78cf10fc59f740f14ee0262969b44ac7df2 | |
parent | 87b56867f28eb83c2eb685760145f18404c7ae6e (diff) | |
download | astroconda-contrib-7a04835058d132da47cbd122b61fafdbd899c95b.tar.gz |
Drizzlepac 3.1.8 (#668)
-rw-r--r-- | drizzlepac/meta.yaml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 4f58824..ffe1278 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'drizzlepac' %} -{% set version = '3.1.6' %} +{% set version = '3.1.8' %} {% set number = '0' %} about: @@ -19,6 +19,7 @@ requirements: - acstools - astropy>=3.1.2 - astroquery + - bokeh - fitsblender - graphviz - jeepney @@ -35,15 +36,19 @@ requirements: - stwcs - stregion - setuptools + - pandas - photutils - pysynphot + - pypdf2 + - pytables - tweakwcs - - numpy {{ numpy }} + - numpy - python {{ python }} run: - acstools - astropy - astroquery + - bokeh - fitsblender - nictools - nose @@ -59,8 +64,11 @@ requirements: - stwcs - stregion - setuptools + - pandas - photutils - pysynphot + - pypdf2 + - pytables - tweakwcs - numpy - python |