diff options
author | Joseph Long <jdl@fastmail.com> | 2016-10-31 14:28:54 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-31 14:28:54 -0400 |
commit | 7807b1121eac7be245b93645dae92e3ad76bcdb7 (patch) | |
tree | 33519effcd9b3b060e8c60820d21aad2b8d25ef6 /poppy | |
parent | b5c8288be739e8f89dcd765f524fa6727769c6c0 (diff) | |
download | astroconda-contrib-7807b1121eac7be245b93645dae92e3ad76bcdb7.tar.gz |
WebbPSF and POPPY v0.5.1 (#83)
* WebbPSF and POPPY v0.5.1
* webbpsf, poppy, jwxml: clean up meta.yaml
* webbpsf: list missing dependencies
Diffstat (limited to 'poppy')
-rw-r--r-- | poppy/meta.yaml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 4b54e90..e983ccd 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -6,30 +6,26 @@ build: number: '0' package: name: poppy - version: 0.5.0 + version: 0.5.1 requirements: build: - - nose - astropy >=1.1 - numpy x.x - scipy - matplotlib - six [py27] - - mock [py27] - enum34 [py27] - setuptools - python x.x run: - - nose - astropy >=1.1 - numpy x.x - scipy - matplotlib - six [py27] - - mock [py27] - enum34 [py27] - setuptools - python x.x source: - git_tag: v0.5.0 + git_tag: v0.5.1 git_url: https://github.com/mperrin/poppy |