diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:16:15 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:23 -0400 |
commit | 6903289c49c54c38cfef01d0ecf65561ee74a125 (patch) | |
tree | 8f8a155df8833763ec8aa08e39c55e829ca446b2 | |
parent | 1a2e77b59cc1480f43316d1ce969b54005797773 (diff) | |
download | astroconda-dev-6903289c49c54c38cfef01d0ecf65561ee74a125.tar.gz |
Add RECON dependency
-rw-r--r-- | acstools/meta.yaml | 7 | ||||
-rw-r--r-- | astrolib.coords/meta.yaml | 1 | ||||
-rw-r--r-- | calcos/meta.yaml | 5 | ||||
-rw-r--r-- | costools/meta.yaml | 1 | ||||
-rw-r--r-- | crds/meta.yaml | 3 | ||||
-rw-r--r-- | drizzlepac/meta.yaml | 7 | ||||
-rw-r--r-- | fitsblender/meta.yaml | 1 | ||||
-rw-r--r-- | nictools/meta.yaml | 5 | ||||
-rw-r--r-- | pandokia/meta.yaml | 1 | ||||
-rw-r--r-- | pyraf/meta.yaml | 1 | ||||
-rw-r--r-- | pyregion/meta.yaml | 9 | ||||
-rw-r--r-- | pysynphot/meta.yaml | 5 | ||||
-rw-r--r-- | reftools/meta.yaml | 3 | ||||
-rw-r--r-- | stistools/meta.yaml | 1 | ||||
-rw-r--r-- | stsci.convolve/meta.yaml | 1 | ||||
-rw-r--r-- | stsci.image/meta.yaml | 5 | ||||
-rw-r--r-- | stsci.imagemanip/meta.yaml | 5 | ||||
-rw-r--r-- | stsci.imagestats/meta.yaml | 1 | ||||
-rw-r--r-- | stsci.ndimage/meta.yaml | 3 | ||||
-rw-r--r-- | stsci.numdisplay/meta.yaml | 5 | ||||
-rw-r--r-- | stsci.skypac/meta.yaml | 1 | ||||
-rw-r--r-- | stsci.sphere/meta.yaml | 3 | ||||
-rw-r--r-- | stsci.sphinxext/meta.yaml | 1 | ||||
-rw-r--r-- | stsci.stimage/meta.yaml | 3 | ||||
-rw-r--r-- | stsci.tools/meta.yaml | 3 | ||||
-rw-r--r-- | stwcs/meta.yaml | 1 | ||||
-rw-r--r-- | wfc3tools/meta.yaml | 5 | ||||
-rw-r--r-- | wfpc2tools/meta.yaml | 1 |
28 files changed, 58 insertions, 30 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml index cf21c9a..9a83fa1 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -9,24 +9,25 @@ package: version: 2.0.0 requirements: build: - - python x.x - astropy >=1.1 - - numpy x.x - scipy - scikit-image - matplotlib + - recon - stsci.imagestats - stsci.tools - setuptools + - numpy x.x + - python x.x run: - astropy >=1.1 - - numpy x.x - scipy - scikit-image - matplotlib - stsci.imagestats - stsci.tools - setuptools + - numpy x.x - python x.x source: git_tag: 2.0.0 diff --git a/astrolib.coords/meta.yaml b/astrolib.coords/meta.yaml index cfbe886..5db2309 100644 --- a/astrolib.coords/meta.yaml +++ b/astrolib.coords/meta.yaml @@ -9,6 +9,7 @@ package: version: 0.39.6 requirements: build: + - recon - setuptools - numpy x.x - python x.x diff --git a/calcos/meta.yaml b/calcos/meta.yaml index fb66411..3e8ed12 100644 --- a/calcos/meta.yaml +++ b/calcos/meta.yaml @@ -8,17 +8,18 @@ package: version: 3.1.3 requirements: build: - - numpy x.x - astropy >=1.1 + - recon - scipy - stsci.tools - setuptools + - numpy x.x - python x.x run: - - numpy x.x - astropy >=1.1 - scipy - stsci.tools + - numpy x.x - python x.x source: git_tag: 3.1.3 diff --git a/costools/meta.yaml b/costools/meta.yaml index f26457d..eaacc46 100644 --- a/costools/meta.yaml +++ b/costools/meta.yaml @@ -11,6 +11,7 @@ requirements: build: - astropy >=1.1 - calcos + - recon - stsci.tools - setuptools - numpy x.x diff --git a/crds/meta.yaml b/crds/meta.yaml index bf7f408..5b497f5 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -11,8 +11,9 @@ package: requirements: build: - astropy >=1.1 - - numpy x.x + - recon - setuptools + - numpy x.x - python x.x run: - astropy >=1.1 diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 7bd6c06..3a2a4e3 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -12,7 +12,7 @@ requirements: - astropy >=1.1 - fitsblender - nictools - - numpy x.x + - recon - scipy - stsci.convolve - stsci.image @@ -24,13 +24,13 @@ requirements: - stsci.stimage - stwcs - pyregion - - python x.x - setuptools + - numpy x.x + - python x.x run: - astropy >=1.1 - fitsblender - nictools - - numpy x.x - scipy - stsci.convolve - stsci.image @@ -43,6 +43,7 @@ requirements: - stwcs - pyregion - setuptools + - numpy x.x - python x.x source: git_tag: 2.1.3 diff --git a/fitsblender/meta.yaml b/fitsblender/meta.yaml index 45eeb75..a4242dc 100644 --- a/fitsblender/meta.yaml +++ b/fitsblender/meta.yaml @@ -10,6 +10,7 @@ package: requirements: build: - astropy >=1.1 + - recon - stsci.tools - setuptools - numpy x.x diff --git a/nictools/meta.yaml b/nictools/meta.yaml index bae978c..a4f73cf 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -9,16 +9,17 @@ package: requirements: build: - astropy >=1.1 - - numpy x.x + - recon - scipy - stsci.tools - setuptools + - numpy x.x - python x.x run: - astropy >=1.1 - - numpy x.x - scipy - stsci.tools + - numpy x.x - python x.x source: git_tag: 1.1.3 diff --git a/pandokia/meta.yaml b/pandokia/meta.yaml index ed9b26b..1dfab98 100644 --- a/pandokia/meta.yaml +++ b/pandokia/meta.yaml @@ -11,6 +11,7 @@ requirements: build: - nose - pytest + - recon - shunit2 - setuptools - python x.x diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml index fa45875..45a2864 100644 --- a/pyraf/meta.yaml +++ b/pyraf/meta.yaml @@ -11,6 +11,7 @@ requirements: build: - astropy >=1.1 - ipython + - recon - stsci.tools - setuptools - numpy x.x diff --git a/pyregion/meta.yaml b/pyregion/meta.yaml index 691a6ce..5110887 100644 --- a/pyregion/meta.yaml +++ b/pyregion/meta.yaml @@ -9,15 +9,16 @@ package: version: 1.1.2 requirements: build: - - numpy x.x - pyparsing - - python x.x + - recon - setuptools - run: - numpy x.x + - python x.x + run: - pyparsing - - setuptools + - numpy x.x - python x.x + - setuptools source: git_url: https://github.com/spacetelescope/pyregion test: diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index f131e32..af3297c 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -13,16 +13,17 @@ requirements: - nose - astropy >=1.1 - cython - - numpy x.x - matplotlib + - recon - setuptools + - numpy x.x - python x.x run: - nose - astropy >=1.1 - cython - - numpy x.x - matplotlib + - numpy x.x - python x.x source: git_url: https://github.com/spacetelescope/pysynphot diff --git a/reftools/meta.yaml b/reftools/meta.yaml index dd9e6a4..0b8f8b0 100644 --- a/reftools/meta.yaml +++ b/reftools/meta.yaml @@ -14,11 +14,12 @@ requirements: - stsci.tools - pywcs - pysynphot + - recon - stwcs - calcos - scipy - - numpy x.x - setuptools + - numpy x.x - python x.x run: - stsci.imagestats diff --git a/stistools/meta.yaml b/stistools/meta.yaml index dd3428c..ae6dabb 100644 --- a/stistools/meta.yaml +++ b/stistools/meta.yaml @@ -10,6 +10,7 @@ package: requirements: build: - astropy >=1.1 + - recon - scipy - stsci.tools - setuptools diff --git a/stsci.convolve/meta.yaml b/stsci.convolve/meta.yaml index b534377..445f033 100644 --- a/stsci.convolve/meta.yaml +++ b/stsci.convolve/meta.yaml @@ -10,6 +10,7 @@ package: version: 2.1.3 requirements: build: + - recon - numpy x.x - python x.x run: diff --git a/stsci.image/meta.yaml b/stsci.image/meta.yaml index 777bd81..14c430b 100644 --- a/stsci.image/meta.yaml +++ b/stsci.image/meta.yaml @@ -11,16 +11,17 @@ package: requirements: build: - astropy >=1.1 - - numpy x.x + - recon - scipy - stsci.tools - setuptools + - numpy x.x - python x.x run: - astropy >=1.1 - - numpy x.x - scipy - stsci.tools + - numpy x.x - python x.x source: git_url: https://github.com/spacetelescope/stsci.image.git diff --git a/stsci.imagemanip/meta.yaml b/stsci.imagemanip/meta.yaml index 60f05bd..cca5209 100644 --- a/stsci.imagemanip/meta.yaml +++ b/stsci.imagemanip/meta.yaml @@ -10,13 +10,14 @@ package: version: 1.1.2 requirements: build: - - numpy x.x + - recon - stsci.tools - setuptools + - numpy x.x - python x.x run: - - numpy x.x - stsci.tools + - numpy x.x - python x.x source: git_url: https://github.com/spacetelescope/stsci.imagemanip diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml index bad27fa..828dfdc 100644 --- a/stsci.imagestats/meta.yaml +++ b/stsci.imagestats/meta.yaml @@ -10,6 +10,7 @@ package: version: 1.4.1 requirements: build: + - recon - setuptools - numpy x.x - python x.x diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml index cc5058c..f9502dd 100644 --- a/stsci.ndimage/meta.yaml +++ b/stsci.ndimage/meta.yaml @@ -10,8 +10,9 @@ package: version: 0.10.1 requirements: build: - - setuptools - astropy >=1.1 + - recon + - setuptools - numpy x.x - python x.x run: diff --git a/stsci.numdisplay/meta.yaml b/stsci.numdisplay/meta.yaml index c5859f9..3d4faaa 100644 --- a/stsci.numdisplay/meta.yaml +++ b/stsci.numdisplay/meta.yaml @@ -10,13 +10,14 @@ package: version: 1.6.1 requirements: build: - - numpy x.x + - recon - stsci.tools - setuptools + - numpy x.x - python x.x run: - - numpy x.x - stsci.tools + - numpy x.x - python x.x source: git_url: https://github.com/spacetelescope/stsci.numdisplay diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index dc03ec9..df54df1 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -11,6 +11,7 @@ package: requirements: build: - astropy >=1.1 + - recon - stsci.imagestats - stsci.sphere - stsci.tools diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml index 712086d..6bfcfa8 100644 --- a/stsci.sphere/meta.yaml +++ b/stsci.sphere/meta.yaml @@ -12,8 +12,9 @@ requirements: build: - astropy >=1.1 - matplotlib - - numpy x.x + - recon - setuptools + - numpy x.x - python x.x run: - astropy >=1.1 diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml index c6484e4..60d1eed 100644 --- a/stsci.sphinxext/meta.yaml +++ b/stsci.sphinxext/meta.yaml @@ -11,6 +11,7 @@ package: requirements: build: - numpydoc + - recon - setuptools - python x.x run: diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 134647b..228e3ae 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -10,8 +10,9 @@ package: version: 0.2.1 requirements: build: - - numpy x.x + - recon - setuptools + - numpy x.x - python x.x run: - numpy x.x diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index a42bc84..4361fdc 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -12,13 +12,14 @@ requirements: build: - astropy >=1.1 - pytools + - recon - setuptools - numpy x.x - python x.x run: - astropy >=1.1 - - numpy x.x - pytools + - numpy x.x - python x.x source: git_url: https://github.com/spacetelescope/stsci.tools diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 4afb2bc..c256783 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -10,6 +10,7 @@ package: requirements: build: - astropy >=1.1 + - recon - stsci.tools - setuptools - numpy x.x diff --git a/wfc3tools/meta.yaml b/wfc3tools/meta.yaml index 52b035e..6a69268 100644 --- a/wfc3tools/meta.yaml +++ b/wfc3tools/meta.yaml @@ -9,12 +9,13 @@ package: version: 1.3.1 requirements: build: - - stsci.tools - astropy >=1.1 - matplotlib - - numpy x.x + - recon - scipy + - stsci.tools - setuptools + - numpy x.x - python x.x run: - stsci.tools diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index 3906f89..ecfdc46 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -10,6 +10,7 @@ package: requirements: build: - astropy >=1.1 + - recon - scipy - stsci.imagestats - stsci.tools |