From 3ccfe5decead90a30b71ec834ee6b2acbdc2caf0 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 13 Jan 2020 12:20:04 -0500 Subject: Add extension-helpers; modify [st]synphot recipes to match. (#591) --- synphot/meta.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'synphot') 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 -- cgit