summaryrefslogtreecommitdiff
path: root/stsynphot
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2020-01-13 12:20:04 -0500
committerGitHub <noreply@github.com>2020-01-13 12:20:04 -0500
commit3ccfe5decead90a30b71ec834ee6b2acbdc2caf0 (patch)
treedba3497a517c6fd91f81264bea5ac7bdaef8fdc9 /stsynphot
parent07efcd2d0f4e1f604cf03a69ae4ee383402eff96 (diff)
downloadastroconda-contrib-3ccfe5decead90a30b71ec834ee6b2acbdc2caf0.tar.gz
Add extension-helpers; modify [st]synphot recipes to match. (#591)
Diffstat (limited to 'stsynphot')
-rw-r--r--stsynphot/meta.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml
index 477eec0..ca93daf 100644
--- a/stsynphot/meta.yaml
+++ b/stsynphot/meta.yaml
@@ -1,7 +1,7 @@
{% set reponame = 'stsynphot_refactor' %}
{% set name = 'stsynphot' %}
{% set version = '0.2.1' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ reponame }}
@@ -20,6 +20,7 @@ requirements:
build:
- synphot >=0.2
- astropy >=2.0
+ - extension-helpers
- scipy >=0.14
- beautifulsoup4
- numpy {{ numpy }}