From ec8fbdb65149f1af2ecaa438410460f02a862550 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 15 Oct 2019 15:08:43 -0300 Subject: 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. --- dragons/meta.yaml | 6 ++++-- 1 file 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 -- cgit