diff options
Diffstat (limited to 'iraf.axe/meta.yaml')
-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 |