diff options
-rw-r--r-- | stsynphot/meta.yaml | 16 | ||||
-rw-r--r-- | synphot/meta.yaml | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index b90d78f..30e7039 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -7,34 +7,34 @@ about: home: https://github.com/spacetelescope/{{ reponame }} license: BSD summary: Synthetic photometry using Astropy for HST and JWST - + build: number: {{ number }} - + package: name: {{ name }} version: {{ version }} requirements: build: - - synphot >= 0.1 + - synphot >=0.1 - astropy >=1.3 - - scipy >= 0.14 + - scipy >=0.14 - numpy - setuptools - python x.x run: - - synphot >= 0.1 + - synphot >=0.1 - astropy >=1.3 - - scipy >= 0.14 + - scipy >=0.14 - numpy - python x.x - + source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ reponame }}.git - + test: imports: - stsynphot diff --git a/synphot/meta.yaml b/synphot/meta.yaml index 231fd72..b2f631c 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -18,13 +18,13 @@ package: requirements: build: - astropy >=1.3 - - scipy >= 0.14 + - scipy >=0.14 - numpy - setuptools - python x.x run: - astropy >=1.3 - - scipy >= 0.14 + - scipy >=0.14 - numpy - python x.x |