From 9429ecc7764cda65493bf4426c009123560e2278 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 31 Mar 2020 14:22:24 -0300 Subject: Update min. disco_stu version to 1.3.7 and increment build number. --- dragons/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dragons/meta.yaml b/dragons/meta.yaml index fe4e4e4..272d936 100644 --- a/dragons/meta.yaml +++ b/dragons/meta.yaml @@ -1,6 +1,6 @@ build: binary_relocation: True - number: '0' + number: '1' package: name: dragons version: "2.1.1" @@ -22,7 +22,7 @@ requirements: - astroquery >=0.3.5 - configparser >=3.5 # [py2k] - cython >=0.24.1 - - disco_stu >=1.3.6 + - disco_stu >=1.3.7 - future >=0.16.0 - futures >=3.2 # [py2k] # for FITS store metrics - matplotlib >=1.4.2 @@ -43,7 +43,7 @@ requirements: - astropy >=2 - astroquery >=0.3.5 - configparser >=3.5 # [py2k] - - disco_stu >=1.3.6 + - disco_stu >=1.3.7 - future >=0.16.0 - futures >=3.2 # [py2k] # for FITS store metrics - gemini_calmgr >=0.9 -- cgit