diff options
Diffstat (limited to 'pysynphot/meta.yaml')
-rw-r--r-- | pysynphot/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |