diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-31 17:14:55 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:25 -0400 |
commit | 4b8dfd8d91499caf0df1182fd010c946f4a01773 (patch) | |
tree | 8b6dfb9f4ef1cd066c51f255cdda741696f61f21 | |
parent | 5f453be58768269c3a18e4cf9f50f0e2a7a035d2 (diff) | |
download | astroconda-dev-4b8dfd8d91499caf0df1182fd010c946f4a01773.tar.gz |
Replace "recon" dependency with "relic"
-rw-r--r-- | acstools/meta.yaml | 2 | ||||
-rw-r--r-- | astrolib.coords/meta.yaml | 2 | ||||
-rw-r--r-- | calcos/meta.yaml | 2 | ||||
-rw-r--r-- | costools/meta.yaml | 2 | ||||
-rw-r--r-- | crds/meta.yaml | 2 | ||||
-rw-r--r-- | drizzlepac/meta.yaml | 2 | ||||
-rw-r--r-- | fitsblender/meta.yaml | 2 | ||||
-rw-r--r-- | nictools/meta.yaml | 2 | ||||
-rw-r--r-- | opuscoords/meta.yaml | 2 | ||||
-rw-r--r-- | pandokia/meta.yaml | 2 | ||||
-rw-r--r-- | pyraf/meta.yaml | 2 | ||||
-rw-r--r-- | pyregion/meta.yaml | 2 | ||||
-rw-r--r-- | pysynphot/meta.yaml | 2 | ||||
-rw-r--r-- | reftools/meta.yaml | 2 | ||||
-rw-r--r-- | stistools/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.convolve/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.image/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.imagemanip/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.imagestats/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.ndimage/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.numdisplay/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.skypac/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.sphere/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.sphinxext/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.stimage/meta.yaml | 2 | ||||
-rw-r--r-- | stsci.tools/meta.yaml | 2 | ||||
-rw-r--r-- | stwcs/meta.yaml | 2 | ||||
-rw-r--r-- | wfc3tools/meta.yaml | 2 | ||||
-rw-r--r-- | wfpc2tools/meta.yaml | 2 |
29 files changed, 29 insertions, 29 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 47d37e1..1a827b8 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -13,7 +13,7 @@ requirements: - scipy - scikit-image - matplotlib - - recon >=1.0.2 + - relic >=1.0.3 - stsci.imagestats - stsci.tools >=3.4.2 - setuptools diff --git a/astrolib.coords/meta.yaml b/astrolib.coords/meta.yaml index 2bcd4e3..f3711d9 100644 --- a/astrolib.coords/meta.yaml +++ b/astrolib.coords/meta.yaml @@ -9,7 +9,7 @@ package: version: 0.39.7 requirements: build: - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - numpy x.x - python x.x diff --git a/calcos/meta.yaml b/calcos/meta.yaml index 9536bb3..4fed0f8 100644 --- a/calcos/meta.yaml +++ b/calcos/meta.yaml @@ -9,7 +9,7 @@ package: requirements: build: - astropy >=1.1 - - recon >=1.0.2 + - relic >=1.0.3 - scipy - stsci.tools >=3.4.2 - setuptools diff --git a/costools/meta.yaml b/costools/meta.yaml index ca170ca..2810c95 100644 --- a/costools/meta.yaml +++ b/costools/meta.yaml @@ -11,7 +11,7 @@ requirements: build: - astropy >=1.1 - calcos - - recon >=1.0.2 + - relic >=1.0.3 - stsci.tools >=3.4.2 - setuptools - numpy x.x diff --git a/crds/meta.yaml b/crds/meta.yaml index 06ed2a0..dead0dc 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -11,7 +11,7 @@ package: requirements: build: - astropy >=1.1 - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - numpy x.x - python x.x diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 1e6eee9..da48118 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -12,7 +12,7 @@ requirements: - astropy >=1.1 - fitsblender - nictools - - recon >=1.0.2 + - relic >=1.0.3 - scipy - stsci.convolve - stsci.image diff --git a/fitsblender/meta.yaml b/fitsblender/meta.yaml index f6f19e8..0e47ca1 100644 --- a/fitsblender/meta.yaml +++ b/fitsblender/meta.yaml @@ -10,7 +10,7 @@ package: requirements: build: - astropy >=1.1 - - recon >=1.0.2 + - relic >=1.0.3 - stsci.tools >=3.4.2 - setuptools - numpy x.x diff --git a/nictools/meta.yaml b/nictools/meta.yaml index fdb3d99..987338b 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -9,7 +9,7 @@ package: requirements: build: - astropy >=1.1 - - recon >=1.0.2 + - relic >=1.0.3 - scipy - stsci.tools >=3.4.2 - setuptools diff --git a/opuscoords/meta.yaml b/opuscoords/meta.yaml index b777e01..59069cd 100644 --- a/opuscoords/meta.yaml +++ b/opuscoords/meta.yaml @@ -9,7 +9,7 @@ package: version: 1.0.3 requirements: build: - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - numpy x.x - python x.x diff --git a/pandokia/meta.yaml b/pandokia/meta.yaml index e1af1f3..8d368f9 100644 --- a/pandokia/meta.yaml +++ b/pandokia/meta.yaml @@ -11,7 +11,7 @@ requirements: build: - nose - pytest - - recon >=1.0.2 + - relic >=1.0.3 - shunit2 - setuptools - python x.x diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml index 3f172a8..c8511b4 100644 --- a/pyraf/meta.yaml +++ b/pyraf/meta.yaml @@ -11,7 +11,7 @@ requirements: build: - astropy >=1.1 - ipython - - recon >=1.0.2 + - relic >=1.0.3 - stsci.tools >=3.4.2 - setuptools - numpy x.x diff --git a/pyregion/meta.yaml b/pyregion/meta.yaml index b6d196b..7fb2541 100644 --- a/pyregion/meta.yaml +++ b/pyregion/meta.yaml @@ -10,7 +10,7 @@ package: requirements: build: - pyparsing - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - numpy x.x - python x.x diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index 50f5aa0..4807cf6 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -14,7 +14,7 @@ requirements: - astropy >=1.1 - cython - matplotlib - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - numpy x.x - python x.x diff --git a/reftools/meta.yaml b/reftools/meta.yaml index 4938109..9c1b5be 100644 --- a/reftools/meta.yaml +++ b/reftools/meta.yaml @@ -14,7 +14,7 @@ requirements: - stsci.tools >=3.4.2 - pywcs - pysynphot - - recon >=1.0.2 + - relic >=1.0.3 - stwcs - calcos - scipy diff --git a/stistools/meta.yaml b/stistools/meta.yaml index 1b7e2e8..ca31f54 100644 --- a/stistools/meta.yaml +++ b/stistools/meta.yaml @@ -10,7 +10,7 @@ package: requirements: build: - astropy >=1.1 - - recon >=1.0.2 + - relic >=1.0.3 - scipy - stsci.tools >=3.4.2 - setuptools diff --git a/stsci.convolve/meta.yaml b/stsci.convolve/meta.yaml index b28e4c2..08734da 100644 --- a/stsci.convolve/meta.yaml +++ b/stsci.convolve/meta.yaml @@ -10,7 +10,7 @@ package: version: 2.1.4 requirements: build: - - recon >=1.0.2 + - relic >=1.0.3 - numpy x.x - python x.x run: diff --git a/stsci.image/meta.yaml b/stsci.image/meta.yaml index 1685805..90d026f 100644 --- a/stsci.image/meta.yaml +++ b/stsci.image/meta.yaml @@ -11,7 +11,7 @@ package: requirements: build: - astropy >=1.1 - - recon >=1.0.2 + - relic >=1.0.3 - scipy - stsci.tools >=3.4.2 - setuptools diff --git a/stsci.imagemanip/meta.yaml b/stsci.imagemanip/meta.yaml index 2d985bd..c0b4923 100644 --- a/stsci.imagemanip/meta.yaml +++ b/stsci.imagemanip/meta.yaml @@ -10,7 +10,7 @@ package: version: 1.1.3 requirements: build: - - recon >=1.0.2 + - relic >=1.0.3 - stsci.tools >=3.4.2 - setuptools - numpy x.x diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml index 6451405..0bb9027 100644 --- a/stsci.imagestats/meta.yaml +++ b/stsci.imagestats/meta.yaml @@ -10,7 +10,7 @@ package: version: 1.4.2 requirements: build: - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - numpy x.x - python x.x diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml index 09028ca..0d943da 100644 --- a/stsci.ndimage/meta.yaml +++ b/stsci.ndimage/meta.yaml @@ -11,7 +11,7 @@ package: requirements: build: - astropy >=1.1 - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - numpy x.x - python x.x diff --git a/stsci.numdisplay/meta.yaml b/stsci.numdisplay/meta.yaml index 0500998..06427c7 100644 --- a/stsci.numdisplay/meta.yaml +++ b/stsci.numdisplay/meta.yaml @@ -10,7 +10,7 @@ package: version: 1.6.2 requirements: build: - - recon >=1.0.2 + - relic >=1.0.3 - stsci.tools >=3.4.2 - setuptools - numpy x.x diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index 7e5daf5..918506b 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -11,7 +11,7 @@ package: requirements: build: - astropy >=1.1 - - recon >=1.0.2 + - relic >=1.0.3 - stsci.imagestats - stsci.sphere - stsci.tools >=3.4.2 diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml index 7c0ff8a..ed49857 100644 --- a/stsci.sphere/meta.yaml +++ b/stsci.sphere/meta.yaml @@ -12,7 +12,7 @@ requirements: build: - astropy >=1.1 - matplotlib - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - numpy x.x - python x.x diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml index 8b95713..86a5153 100644 --- a/stsci.sphinxext/meta.yaml +++ b/stsci.sphinxext/meta.yaml @@ -11,7 +11,7 @@ package: requirements: build: - numpydoc - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - python x.x run: diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 5553c28..0dea1ad 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -10,7 +10,7 @@ package: version: 0.2.2 requirements: build: - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - numpy x.x - python x.x diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index ab72ec6..57be1e3 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -12,7 +12,7 @@ requirements: build: - astropy >=1.1 - pytools - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - numpy x.x - python x.x diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index a4ac4da..5831862 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -10,7 +10,7 @@ package: requirements: build: - astropy >=1.1 - - recon >=1.0.2 + - relic >=1.0.3 - stsci.tools >=3.4.2 - setuptools - numpy x.x diff --git a/wfc3tools/meta.yaml b/wfc3tools/meta.yaml index beb2717..1f4f9b7 100644 --- a/wfc3tools/meta.yaml +++ b/wfc3tools/meta.yaml @@ -11,7 +11,7 @@ requirements: build: - astropy >=1.1 - matplotlib - - recon >=1.0.2 + - relic >=1.0.3 - scipy - stsci.tools >=3.4.2 - setuptools diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index 1285f78..4ca0ce4 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -10,7 +10,7 @@ package: requirements: build: - astropy >=1.1 - - recon >=1.0.2 + - relic >=1.0.3 - scipy - stsci.imagestats - stsci.tools >=3.4.2 |