diff options
Diffstat (limited to 'dragons/meta.yaml')
-rw-r--r-- | dragons/meta.yaml | 78 |
1 files changed, 46 insertions, 32 deletions
diff --git a/dragons/meta.yaml b/dragons/meta.yaml index 272d936..0ae6a38 100644 --- a/dragons/meta.yaml +++ b/dragons/meta.yaml @@ -1,12 +1,12 @@ build: binary_relocation: True - number: '1' + number: '0' package: name: dragons - version: "2.1.1" + version: "3.0.0" source: - git_url: https://github.com/GeminiDRSoftware/DRAGONS.git - git_tag: v2.1.1 + git_url: git@github.com:GeminiDRSoftware/DRAGONS.git + git_tag: v3.0.0 about: home: http://www.gemini.edu/sciops/data-and-results/processing-software license: BSD @@ -18,44 +18,58 @@ requirements: build: - python - setuptools - - astropy >=2 - - astroquery >=0.3.5 - - configparser >=3.5 # [py2k] - - cython >=0.24.1 + - gemini-anaconda=2020.11.g0 # Workaround for building on CentOS 6 + - asdf >=2.7 + - astropy >=4.2 + - astroquery >=0.4 + - bokeh >=2.2 + - bottleneck >=1.2 + - cython >=0.29 - disco_stu >=1.3.7 - - future >=0.16.0 - - futures >=3.2 # [py2k] # for FITS store metrics - - matplotlib >=1.4.2 - - numpy >=1.9.1 - - psutil >=5.4 - - pytest >=2.9.2 + - docutils >=0.15 + - future >=0.17 + - gwcs >=0.14 + - imexam >=0.8 + - jsonschema >=3.0 + - matplotlib >=3.1 + - numpy >=1.17 + - psutil >=5.6 + - pyerfa >=1.7 + - pytest >=5.2 - python-dateutil >=2.5.3 - - requests >=2.11.1 - - scipy >=0.15.1 - - scikit-image >=0.10.1 + - requests >=2.22 + - scipy >=1.3 + - scikit-image >=0.15 + - specutils >=1.1 - sphinx >=1.2.2 - sphinx_rtd_theme >=0.3.0 - - sqlalchemy >=1.0 + - sqlalchemy >=1.3 - fitsverify >=4.17 - sextractor >=2.8.6 run: - python - - astropy >=2 - - astroquery >=0.3.5 - - configparser >=3.5 # [py2k] + - asdf >=2.7 + - astropy >=4.2 + - astroquery >=0.4 + - bokeh >=2.2 + - bottleneck >=1.2 # opt but needed for astropy.stats performance - disco_stu >=1.3.7 - - future >=0.16.0 - - futures >=3.2 # [py2k] # for FITS store metrics - - gemini_calmgr >=0.9 - - matplotlib >=1.4.2 - - numpy >=1.9.1 - - psutil >=5.4 - - pytest >=2.9.2 # could be opt. but better allow self-test + - future >=0.17 + - gemini_calmgr >=1.0.0 + - gwcs >=0.14 + - imexam >=0.8 # make this optional for SQ + - jsonschema >=3.0 + - matplotlib >=3.1 + - numpy >=1.17 + - psutil >=5.6 + - pyerfa >=1.7 + - pytest >=5.2 # could be opt but allow self-test; incomplete? - python-dateutil >=2.5.3 - - requests >=2.11.1 - - scipy >=0.15.1 - - scikit-image >=0.10.1 - - sqlalchemy >=1.0 + - requests >=2.22 + - scipy >=1.3 + - scikit-image >=0.15 + - specutils >=1.1 + - sqlalchemy >=1.3 - fitsverify >=4.17 - sextractor >=2.8.6 run_constrained: |