From 069f5d21e3180b213e160d532507159078f9d4ab Mon Sep 17 00:00:00 2001 From: "P. L. Lim" Date: Wed, 28 Jun 2017 23:57:24 -0400 Subject: Make stsci.tools a depedency of acstools (#227) * Make stsci.tools a depedency of acstools * Bump build number --- acstools/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 80246bb..a37b23b 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'acstools' %} {% set version = '2.0.7' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -14,11 +14,13 @@ package: requirements: build: - astropy >=1.1 + - stsci.tools - numpy - setuptools - python x.x run: - astropy >=1.1 + - stsci.tools - numpy - python x.x source: -- cgit