diff options
author | Pey Lian Lim <lim@stsci.edu> | 2016-07-07 17:12:03 -0400 |
---|---|---|
committer | Pey Lian Lim <lim@stsci.edu> | 2016-07-07 17:12:03 -0400 |
commit | 3a275b31744c3c94bda0fb1cc748e2d7a5a249ee (patch) | |
tree | 4186af6c66c466aa98041467bc79b16773e5a78d /pysynphot | |
parent | ca0d31270dd4185429387a87755620ff31771586 (diff) | |
download | astroconda-contrib-3a275b31744c3c94bda0fb1cc748e2d7a5a249ee.tar.gz |
Update pysynphot to 0.9.8.3
Diffstat (limited to 'pysynphot')
-rw-r--r-- | pysynphot/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index 82de156..1613f02 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -7,13 +7,13 @@ build: preserve_egg_dir: 'yes' package: name: pysynphot - version: 0.9.8.2 + version: 0.9.8.3 requirements: build: - d2to1 - nose - stsci.distutils - - astropy >=1.1 + - astropy >=1.2 - cython - numpy x.x - matplotlib @@ -21,7 +21,7 @@ requirements: - python x.x run: - nose - - astropy >=1.1 + - astropy >=1.2 - cython - numpy x.x - matplotlib |