From 05bc58f4831ad131d9aa949857b072f23aad1f93 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Sat, 9 Mar 2019 23:01:09 -0500 Subject: Update astroimtools to v0.2 (#480) * Update astroimtools to v0.2 * Update meta.yaml --- astroimtools/meta.yaml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'astroimtools') diff --git a/astroimtools/meta.yaml b/astroimtools/meta.yaml index 0731359..15cb381 100644 --- a/astroimtools/meta.yaml +++ b/astroimtools/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'astroimtools' %} -{% set version = '0.1.1' %} +{% set version = '0.2' %} {% set tag = 'v' + version %} -{% set number = '2' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -10,6 +10,7 @@ about: build: number: {{ number }} + skip: True [py27] package: name: {{ name }} @@ -17,16 +18,18 @@ package: requirements: build: - - astropy >=1.1 - - cython - - matplotlib - - setuptools + - photutils + - astropy >=3.1 + - matplotlib >=1.3 + - scipy >=0.16 - numpy {{ numpy }} + - setuptools - python {{ python }} run: - - astropy >=1.1 - - cython - - matplotlib + - photutils + - astropy >=3.1 + - matplotlib >=1.3 + - scipy >=0.16 - numpy - python -- cgit