From ff6cfb375fe7db57a855196a8829716cc24f14bf Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 26 Mar 2020 21:38:33 -0400 Subject: Bump acstools to 3.1 (#632) --- acstools/meta.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 5239bf7..4268537 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'acstools' %} -{% set version = '3.0.0' %} +{% set version = '3.1.0' %} {% set number = '0' %} about: @@ -14,8 +14,10 @@ package: version: {{ version }} requirements: build: + - setuptools_scm - astropy >=2 - beautifulsoup4 + - requests - stsci.tools - numpy {{ numpy }} - setuptools @@ -23,6 +25,7 @@ requirements: run: - astropy >=2 - beautifulsoup4 + - requests - scikit-image - stsci.tools - matplotlib -- cgit