From 6903289c49c54c38cfef01d0ecf65561ee74a125 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 30 Mar 2016 16:16:15 -0400 Subject: Add RECON dependency --- pysynphot/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pysynphot') diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index f131e32..af3297c 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -13,16 +13,17 @@ requirements: - nose - astropy >=1.1 - cython - - numpy x.x - matplotlib + - recon - setuptools + - numpy x.x - python x.x run: - nose - astropy >=1.1 - cython - - numpy x.x - matplotlib + - numpy x.x - python x.x source: git_url: https://github.com/spacetelescope/pysynphot -- cgit