diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 19:54:57 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 19:54:57 -0400 |
commit | 332f122282003ecbc36c22b88eba2bd2a39b5d80 (patch) | |
tree | dbfd0497b4ae6117cfb2efc2eb7d23ca7be06da9 /pyraf/meta.yaml | |
parent | 85ee86fe93c05b62cacd84a1873d7056021415ea (diff) | |
download | astroconda-dev-332f122282003ecbc36c22b88eba2bd2a39b5d80.tar.gz |
Add updated pyraf
Diffstat (limited to 'pyraf/meta.yaml')
-rw-r--r-- | pyraf/meta.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml index 9342fdc..8742c9e 100644 --- a/pyraf/meta.yaml +++ b/pyraf/meta.yaml @@ -16,9 +16,13 @@ package: requirements: build: - d2to1 - - stsci.distutils - astropy >=1.1 - ipython + - matplotlib + - pyobjc-core [osx] + - pyobjc-framework-cocoa [osx] + - pyobjc-framework-quartz [osx] + - stsci.distutils - stsci.tools - setuptools - numpy x.x @@ -26,6 +30,10 @@ requirements: run: - astropy >=1.1 - ipython + - matplotlib + - pyobjc-core [osx] + - pyobjc-framework-cocoa [osx] + - pyobjc-framework-quartz [osx] - stsci.tools - numpy x.x - python x.x |