From 3b4440521972c0dd7032c4b9bf9e684b485ffbb4 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 11 Dec 2020 11:36:09 -0500 Subject: Bump acstools to 3.3.1 (#683) * Bump acstools to 3.3.0 * Bump to 3.3.1 --- acstools/meta.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'acstools') diff --git a/acstools/meta.yaml b/acstools/meta.yaml index b9ea9d8..154f7ca 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'acstools' %} -{% set version = '3.2.0' %} +{% set version = '3.3.1' %} {% set number = '0' %} about: @@ -15,16 +15,18 @@ package: requirements: build: - setuptools_scm - - astropy >=2 + - astropy >=3.1 - beautifulsoup4 + - pyyaml - requests - stsci.tools - numpy {{ numpy }} - setuptools - python {{ python }} run: - - astropy >=2 + - astropy >=3.1 - beautifulsoup4 + - pyyaml - requests - scikit-image - stsci.tools -- cgit