diff options
author | James Turner <jturner@gemini.edu> | 2018-02-15 10:57:57 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2018-02-15 11:00:55 -0500 |
commit | f7ab719663a93a4f06c1f055d2f618c38816c1fb (patch) | |
tree | e393028850abd354fe2a535029931a7f70377c15 /iraf.axe | |
parent | 3a39c0d8788eefc2cbb00a1f44ee5f0db969f7ad (diff) | |
download | astroconda-iraf-f7ab719663a93a4f06c1f055d2f618c38816c1fb.tar.gz |
Update STSDAS/TABLES to 3.18.3 & aXe to 2.6.2 for sosey's last slitless fix.
Diffstat (limited to 'iraf.axe')
-rw-r--r-- | iraf.axe/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iraf.axe/meta.yaml b/iraf.axe/meta.yaml index 74e453d..e5912c0 100644 --- a/iraf.axe/meta.yaml +++ b/iraf.axe/meta.yaml @@ -10,7 +10,7 @@ build: number: '0' package: name: iraf.axe - version: "2.6.1" + version: "2.6.2" 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.2 # need v3.18.2 of python files in "slitless" + - iraf.stsdas >=3.18.3 # need this ver. of python files in "slitless" - cfitsio >=3.35 - wcstools >=3.8.4 |