summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-07-07 21:19:49 -0400
committerGitHub <noreply@github.com>2016-07-07 21:19:49 -0400
commit156fd19a009a47d9210a1f7e873e70d84c0fbbf6 (patch)
tree2af9a179a5383ee221d6e711c770ecd7b53b9801
parent0bb70210b5c240bda8f33af45234d704fa3a06bd (diff)
parent3a275b31744c3c94bda0fb1cc748e2d7a5a249ee (diff)
downloadastroconda-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.yaml6
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