diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-10 12:44:49 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-10 12:46:53 -0400 |
| commit | 2c8a1a5e73b352a61b998facf5e965abe377163a (patch) | |
| tree | d1fea5201422b0a50f00c6115ac356379cdb5476 /pysynphot/meta.yaml | |
| parent | efe662ca7d03d4a6b98f95c7209e899bd87bbf8d (diff) | |
| download | astroconda-dev-2c8a1a5e73b352a61b998facf5e965abe377163a.tar.gz | |
pysynphot: fix requirementsfixups
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 |
