diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:53:58 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:24 -0400 |
commit | 0dcf160b07cb6b458893f30b96423b605b0e8bc1 (patch) | |
tree | 8699face164158cb17597afbbcd39c4badeab7b1 /pyraf | |
parent | 8950d42d96d13ca064fd73dd41cc2f6632b60b15 (diff) | |
download | astroconda-dev-0dcf160b07cb6b458893f30b96423b605b0e8bc1.tar.gz |
Ensure proper RECON version is used
Diffstat (limited to 'pyraf')
-rw-r--r-- | pyraf/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml index 9599185..1c599b0 100644 --- a/pyraf/meta.yaml +++ b/pyraf/meta.yaml @@ -11,7 +11,7 @@ requirements: build: - astropy >=1.1 - ipython - - recon + - recon >=1.0.2 - stsci.tools - setuptools - numpy x.x |