diff options
Diffstat (limited to 'dragons/meta.yaml')
| -rw-r--r-- | dragons/meta.yaml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/dragons/meta.yaml b/dragons/meta.yaml new file mode 100644 index 0000000..600378c --- /dev/null +++ b/dragons/meta.yaml @@ -0,0 +1,54 @@ +about: + home: http://www.gemini.edu/sciops/data-and-results/processing-software + license: BSD + summary: The main DRAGONS package for processing Gemini data +build: + binary_relocation: True + number: '0' +package: + name: dragons + version: "2.1.0" +source: + git_url: https://github.com/GeminiDRSoftware/DRAGONS.git + # git_tag: v2.1.0 # TBC +requirements: + # Most of the dependencies besides python are not actually needed to + # "build" dragons, but including them here ensures that they get built + # and therefore that the package is installable. + build: + - python + - astropy >=1.2.1 + - astroquery >=0.3.5 + - cython >=0.24.1 + - future >=0.16.0 + - matplotlib >=1.4.2 + - numpy >=1.9.1 + - pyraf >=2.1.6 + - pytest >=2.9.2 + - python-dateutil >=2.5.3 + - requests >=2.11.1 + - scipy >=0.15.1 + - scikit-image >=0.10.1 + - sphinx >=1.2.2 + - sphinx_rtd_theme >=0.3.0 + - sqlalchemy >=1.0 + - stsci.numdisplay >=1.6 + - fitsverify >=4.17 + - sextractor >=2.8.6 + run: + - python + - astropy >=1.2.1 + - astroquery >=0.3.5 + - future >=0.16.0 + - matplotlib >=1.4.2 + - numpy >=1.9.1 + - pyraf >=2.1.6 + - pytest >=2.9.2 + - python-dateutil >=2.5.3 + - requests >=2.11.1 + - scipy >=0.15.1 + - scikit-image >=0.10.1 + - sqlalchemy >=1.0 + - stsci.numdisplay >=1.6 + - fitsverify >=4.17 + - sextractor >=2.8.6 |
