From d08f8d61a22782aa9efdb8ca33e6b4572f4f14dd Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 11 Aug 2019 09:11:53 -0400 Subject: pysynphot: more missing dependencies (#540) --- pysynphot/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pysynphot') diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index de9b9b5..2e5a148 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -14,16 +14,20 @@ package: requirements: build: - astropy >=1.1 + - beautifulsoup4 - numpy {{ numpy }} - pytest - python {{ python }} - setuptools_scm - setuptools + - six run: - astropy >=1.1 + - beautifulsoup4 - numpy - pytest - python + - six source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git -- cgit