From 2c8a1a5e73b352a61b998facf5e965abe377163a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 10 May 2019 12:44:49 -0400 Subject: pysynphot: fix requirements --- pysynphot/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pysynphot/meta.yaml') diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index 61901c1..e2e3b6f 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '3' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -22,6 +22,7 @@ requirements: build: - nose - astropy + - beautifulsoup4 - cython - matplotlib - setuptools @@ -31,6 +32,7 @@ requirements: run: - nose - astropy + - beautifulsoup4 - cython - matplotlib - numpy -- cgit