diff options
author | James E.H. Turner <jturner@gemini.edu> | 2022-07-08 13:21:39 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2022-07-08 13:30:42 -0400 |
commit | 7693166ea07440ebf4df7045277a712a7f4861cf (patch) | |
tree | 81552f746aa13130b646e276cc3f9fda28515d40 /dragons | |
parent | bbf1d51db0a89ac6db9e90b0887ade80a0236c22 (diff) | |
download | astroconda-iraf-7693166ea07440ebf4df7045277a712a7f4861cf.tar.gz |
Update DRAGONS recipe again, for 3.0.3, since there's a problem with 3.0.2.
Diffstat (limited to 'dragons')
-rw-r--r-- | dragons/meta.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dragons/meta.yaml b/dragons/meta.yaml index e5a4977..ff5ebb3 100644 --- a/dragons/meta.yaml +++ b/dragons/meta.yaml @@ -3,10 +3,10 @@ build: number: '0' package: name: dragons - version: "3.0.2" + version: "3.0.3" source: git_url: git@github.com:GeminiDRSoftware/DRAGONS.git - git_tag: v3.0.2 + git_tag: v3.0.3 about: home: http://www.gemini.edu/sciops/data-and-results/processing-software license: BSD @@ -18,7 +18,6 @@ requirements: build: - python - setuptools - # - gemini-anaconda=2020.11.g0 # Workaround for building on CentOS 6 - asdf >=2.7 - astropy >=4.2 - astroquery >=0.4 |