From bbf1d51db0a89ac6db9e90b0887ade80a0236c22 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 29 Jun 2022 15:31:00 -0400 Subject: Update public dragons recipe for 3.0.2. --- dragons/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dragons/meta.yaml b/dragons/meta.yaml index e27f7c8..e5a4977 100644 --- a/dragons/meta.yaml +++ b/dragons/meta.yaml @@ -3,10 +3,10 @@ build: number: '0' package: name: dragons - version: "3.0.1" + version: "3.0.2" source: git_url: git@github.com:GeminiDRSoftware/DRAGONS.git - git_tag: v3.0.1 + git_tag: v3.0.2 about: home: http://www.gemini.edu/sciops/data-and-results/processing-software license: BSD @@ -18,7 +18,7 @@ requirements: build: - python - setuptools - - gemini-anaconda=2020.11.g0 # Workaround for building on CentOS 6 + # - gemini-anaconda=2020.11.g0 # Workaround for building on CentOS 6 - asdf >=2.7 - astropy >=4.2 - astroquery >=0.4 -- cgit