diff options
author | James Turner <jturner@gemini.edu> | 2019-10-15 14:08:43 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2019-10-15 14:08:43 -0400 |
commit | ec8fbdb65149f1af2ecaa438410460f02a862550 (patch) | |
tree | f84aa4e5f51d34f45e1909e31dbbd2251dcd0e6a | |
parent | 44538bc611016fec368ed498367c067c30e23349 (diff) | |
download | astroconda-iraf-ec8fbdb65149f1af2ecaa438410460f02a862550.tar.gz |
Probably-final RC version, following a few updates in the release branch.
Constrain required ds9 version when installed, since there were a few problems with 7.5/7.6.
-rw-r--r-- | dragons/meta.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dragons/meta.yaml b/dragons/meta.yaml index c5f625d..8bf0631 100644 --- a/dragons/meta.yaml +++ b/dragons/meta.yaml @@ -3,11 +3,11 @@ build: number: '0' package: name: dragons - version: "2.1.0rc2" + version: "2.1.0rc3" source: git_url: https://github.com/GeminiDRSoftware/DRAGONS.git # git_tag: v2.1.0 # TBC - git_tag: dca379902ede2e00 + git_tag: 868958fb20bd43c0 about: home: http://www.gemini.edu/sciops/data-and-results/processing-software license: BSD @@ -59,3 +59,5 @@ requirements: - stsci.numdisplay >=1.6.2 - fitsverify >=4.17 - sextractor >=2.8.6 + run_constrained: + - ds9 >=8.0 |