From 7a04835058d132da47cbd122b61fafdbd899c95b Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 24 Aug 2020 14:14:31 -0400 Subject: Drizzlepac 3.1.8 (#668) --- drizzlepac/meta.yaml | 12 ++++++++++-- 1 file 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 -- cgit