From e3dd69440d91c131600a6f4600d006aa461d83b8 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 30 Mar 2020 21:51:01 -0300 Subject: Update dragons version for patch release, remove astropy max requirement and increase disco_stu requirement for bug fix (I think). --- dragons/meta.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dragons/meta.yaml b/dragons/meta.yaml index 3cd8e35..fe4e4e4 100644 --- a/dragons/meta.yaml +++ b/dragons/meta.yaml @@ -3,10 +3,10 @@ build: number: '0' package: name: dragons - version: "2.1.0" + version: "2.1.1" source: git_url: https://github.com/GeminiDRSoftware/DRAGONS.git - git_tag: v2.1.0 + git_tag: v2.1.1 about: home: http://www.gemini.edu/sciops/data-and-results/processing-software license: BSD @@ -18,10 +18,11 @@ requirements: build: - python - setuptools - - astropy >=2,<4 + - astropy >=2 - astroquery >=0.3.5 - configparser >=3.5 # [py2k] - cython >=0.24.1 + - disco_stu >=1.3.6 - future >=0.16.0 - futures >=3.2 # [py2k] # for FITS store metrics - matplotlib >=1.4.2 @@ -39,9 +40,10 @@ requirements: - sextractor >=2.8.6 run: - python - - astropy >=2,<4 + - astropy >=2 - astroquery >=0.3.5 - configparser >=3.5 # [py2k] + - disco_stu >=1.3.6 - future >=0.16.0 - futures >=3.2 # [py2k] # for FITS store metrics - gemini_calmgr >=0.9 -- cgit