diff options
author | James Turner <jturner@gemini.edu> | 2018-02-08 11:47:32 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2018-02-08 11:47:32 -0500 |
commit | 3a39c0d8788eefc2cbb00a1f44ee5f0db969f7ad (patch) | |
tree | eb4272a82d196ee00df869f310507eb79e92ff18 | |
parent | 2fc240fa751857defda810662fa1acc062af2c1c (diff) | |
download | astroconda-iraf-3a39c0d8788eefc2cbb00a1f44ee5f0db969f7ad.tar.gz |
Update aXe version to 2.6.1, to go with @sosey's minor changes to STSDAS slitless (the code packaged here hasn't actually changed, just the dependency).
-rw-r--r-- | iraf.axe/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/iraf.axe/meta.yaml b/iraf.axe/meta.yaml index 835cb56..74e453d 100644 --- a/iraf.axe/meta.yaml +++ b/iraf.axe/meta.yaml @@ -7,10 +7,10 @@ about: summary: STScI/STECF aXe add-on for the STSDAS IRAF package build: binary_relocation: True - number: '2' + number: '0' package: name: iraf.axe - version: "2.6" + version: "2.6.1" source: # The aXe 2.6 release is built from the 2.5 source, but with its version # updated to go with some changes to associated Python files in STSDAS. @@ -29,7 +29,7 @@ requirements: - wcstools >=3.8.4 run: - iraf !=2.16.1,>=2.16.UR - - iraf.stsdas >=3.18.1 # need v3.18.1 of python files in "slitless" + - iraf.stsdas >=3.18.2 # need v3.18.2 of python files in "slitless" - cfitsio >=3.35 - wcstools >=3.8.4 |