diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-07-07 21:19:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-07 21:19:49 -0400 |
commit | 156fd19a009a47d9210a1f7e873e70d84c0fbbf6 (patch) | |
tree | 2af9a179a5383ee221d6e711c770ecd7b53b9801 | |
parent | 0bb70210b5c240bda8f33af45234d704fa3a06bd (diff) | |
parent | 3a275b31744c3c94bda0fb1cc748e2d7a5a249ee (diff) | |
download | astroconda-contrib-156fd19a009a47d9210a1f7e873e70d84c0fbbf6.tar.gz |
Merge pull request #33 from pllim/pysynphot-0.9.8.3
Update pysynphot to 0.9.8.3
-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 |