diff options
author | James Turner <jturner@gemini.edu> | 2020-03-30 20:51:01 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2020-03-30 20:51:01 -0400 |
commit | e3dd69440d91c131600a6f4600d006aa461d83b8 (patch) | |
tree | 2cb94b16314930f754d86d85d8b4cf1d009c6ffc /dragons | |
parent | aa78058a6a4acc5427d69ca4ee28b2294957bf93 (diff) | |
download | astroconda-iraf-e3dd69440d91c131600a6f4600d006aa461d83b8.tar.gz |
Update dragons version for patch release, remove astropy max requirement and increase disco_stu requirement for bug fix (I think).
Diffstat (limited to 'dragons')
-rw-r--r-- | dragons/meta.yaml | 10 |
1 files 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 |