From ad54fb683d0cb6b1644bea5967e2272a6a83fe97 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 11 Jan 2017 12:40:11 -0500 Subject: Remove numpy locks; Add newlines (#147) --- synphot/meta.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/synphot/meta.yaml b/synphot/meta.yaml index 0ad2540..231fd72 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -7,26 +7,31 @@ about: home: https://github.com/spacetelescope/{{ reponame }} license: BSD summary: Synthetic photometry using Astropy + build: number: {{ number }} + package: name: {{ name }} version: {{ version }} + requirements: build: - astropy >=1.3 - scipy >= 0.14 - - numpy x.x + - numpy - setuptools - python x.x run: - astropy >=1.3 - scipy >= 0.14 - - numpy x.x + - numpy - python x.x + source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ reponame }}.git + test: imports: - synphot -- cgit