diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-08-11 09:11:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-11 09:11:53 -0400 |
commit | d08f8d61a22782aa9efdb8ca33e6b4572f4f14dd (patch) | |
tree | 79ffbd8c8713887b8ec22438195167213b8cbd64 /pysynphot | |
parent | a2654202cb8e19f58c91f93d0745322b6f1c577e (diff) | |
download | astroconda-contrib-d08f8d61a22782aa9efdb8ca33e6b4572f4f14dd.tar.gz |
pysynphot: more missing dependencies (#540)
Diffstat (limited to 'pysynphot')
-rw-r--r-- | pysynphot/meta.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |