diff options
author | James Turner <jturner@gemini.edu> | 2019-10-30 16:52:35 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2019-10-30 16:52:35 -0400 |
commit | aa78058a6a4acc5427d69ca4ee28b2294957bf93 (patch) | |
tree | 0bb10427f569439c1ea5d1db8139efd1c6283495 | |
parent | 929f7c11be31fc2151907282c5edbfa0bc3dd7af (diff) | |
download | astroconda-iraf-aa78058a6a4acc5427d69ca4ee28b2294957bf93.tar.gz |
Update recipe for final DRAGONS 2.1.0 release (after pex_config relicensing).
-rw-r--r-- | dragons/meta.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dragons/meta.yaml b/dragons/meta.yaml index 89b5484..3cd8e35 100644 --- a/dragons/meta.yaml +++ b/dragons/meta.yaml @@ -3,11 +3,10 @@ build: number: '0' package: name: dragons - version: "2.1.0rc4" + version: "2.1.0" source: git_url: https://github.com/GeminiDRSoftware/DRAGONS.git - # git_tag: v2.1.0 - git_tag: 9196b43438f0216b + git_tag: v2.1.0 about: home: http://www.gemini.edu/sciops/data-and-results/processing-software license: BSD @@ -19,7 +18,7 @@ requirements: build: - python - setuptools - - astropy >=2 + - astropy >=2,<4 - astroquery >=0.3.5 - configparser >=3.5 # [py2k] - cython >=0.24.1 @@ -40,7 +39,7 @@ requirements: - sextractor >=2.8.6 run: - python - - astropy >=2 + - astropy >=2,<4 - astroquery >=0.3.5 - configparser >=3.5 # [py2k] - future >=0.16.0 |