From df07915214fffea1ee66d5a80931a324993b0af5 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Fri, 18 Sep 2020 11:31:07 -0400 Subject: Update astroimtools to v0.3 (#663) * Update astroimtools to v0.3 * astroimtools - Use numpy version specified by conda-build Co-authored-by: Matt Rendina --- astroimtools/meta.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/astroimtools/meta.yaml b/astroimtools/meta.yaml index 15cb381..ad9567a 100644 --- a/astroimtools/meta.yaml +++ b/astroimtools/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'astroimtools' %} -{% set version = '0.2' %} +{% set version = '0.3' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -18,19 +18,20 @@ package: requirements: build: - - photutils - - astropy >=3.1 - - matplotlib >=1.3 - - scipy >=0.16 + - astropy >=3.2 + - matplotlib >=2.2 - numpy {{ numpy }} + - photutils >=0.7.2 + - scipy >=1.1 - setuptools - python {{ python }} run: - - photutils - - astropy >=3.1 - - matplotlib >=1.3 - - scipy >=0.16 - - numpy + - astropy >=3.2 + - matplotlib >=2.2 + - numpy >=1.16 + - photutils >=0.7.2 + - scipy >=1.1 + - pytest-astropy - python source: -- cgit