diff options
Diffstat (limited to 'stsci-hst/meta.yaml')
-rw-r--r-- | stsci-hst/meta.yaml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml deleted file mode 100644 index c986547..0000000 --- a/stsci-hst/meta.yaml +++ /dev/null @@ -1,48 +0,0 @@ -{% set name = 'stsci-hst' %} -{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} -{% set number = '0' %} - -about: - home: http://www.stsci.edu - license: BSD - summary: stsci-hst meta-package -build: - number: {{ number }} -package: - name: {{ name }} - version: {{ version }} -requirements: - run: - - relic - - purge_path - - acstools - - astrolib.coords - - astropy >=1.1 - - calcos - - costools - - crds - - drizzlepac - - fitsblender - - hstcal - - nictools - - pyregion - - pysynphot - - pywcs - - reftools - - stistools - - stsci.convolve - - stsci.image - - stsci.imagemanip - - stsci.imagestats - - stsci.ndimage - - stsci.numdisplay - - stsci.sphinxext - - stsci.stimage - - stsci.skypac - - stsci.sphere - - stsci.tools - - stwcs - - wfpc2tools - - wfc3tools - - numpy x.x - - python x.x |