diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-01-13 12:20:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-13 12:20:04 -0500 |
commit | 3ccfe5decead90a30b71ec834ee6b2acbdc2caf0 (patch) | |
tree | dba3497a517c6fd91f81264bea5ac7bdaef8fdc9 /synphot | |
parent | 07efcd2d0f4e1f604cf03a69ae4ee383402eff96 (diff) | |
download | astroconda-contrib-3ccfe5decead90a30b71ec834ee6b2acbdc2caf0.tar.gz |
Add extension-helpers; modify [st]synphot recipes to match. (#591)
Diffstat (limited to 'synphot')
-rw-r--r-- | synphot/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synphot/meta.yaml b/synphot/meta.yaml index 1823c2e..7b9407d 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -19,6 +19,7 @@ package: requirements: build: - astropy >=2.0 + - extension-helpers - scipy >=0.14 - numpy {{ numpy }} - pytest |