From 3a275b31744c3c94bda0fb1cc748e2d7a5a249ee Mon Sep 17 00:00:00 2001 From: Pey Lian Lim Date: Thu, 7 Jul 2016 17:12:03 -0400 Subject: Update pysynphot to 0.9.8.3 --- pysynphot/meta.yaml | 6 +++--- 1 file 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 -- cgit