diff options
-rw-r--r-- | synphot/meta.yaml | 9 |
1 files 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 |