diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-06-28 18:43:47 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-28 18:43:47 -0400 | 
| commit | 15f481ebd4262517566b7725d1641fe5b5646167 (patch) | |
| tree | 8d15345b3dff0cc334f622ee5faade4ed263b332 | |
| parent | c8cf7e92f27e2d6e65a2e989d5453a0f9c1f8d55 (diff) | |
| download | astroconda-contrib-15f481ebd4262517566b7725d1641fe5b5646167.tar.gz | |
Pywcs removal (#21)
* Remove pywcs from reftools
* Remove pywcs from stsci-hst
| -rw-r--r-- | reftools/meta.yaml | 4 | ||||
| -rw-r--r-- | stsci-hst/meta.yaml | 4 | 
2 files changed, 2 insertions, 6 deletions
| diff --git a/reftools/meta.yaml b/reftools/meta.yaml index 2417fe5..257aa9f 100644 --- a/reftools/meta.yaml +++ b/reftools/meta.yaml @@ -3,7 +3,7 @@ about:      license: BSD      summary: reftools  build: -    number: '0' +    number: '1'      preserve_egg_dir: 'yes'  package:      name: reftools @@ -14,7 +14,6 @@ requirements:      - stsci.distutils      - stsci.imagestats      - stsci.tools -    - pywcs      - pysynphot      - stwcs      - calcos @@ -25,7 +24,6 @@ requirements:      run:      - stsci.imagestats      - stsci.tools -    - pywcs      - pysynphot      - stwcs      - calcos diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index e9cacd0..ace5cb7 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -6,7 +6,7 @@ build:      number: '0'  package:      name: stsci-hst -    version: 1.0.1 +    version: 1.0.2  requirements:      build:      - purge_path >=0.0.1 @@ -23,7 +23,6 @@ requirements:      - nictools ==1.1.3      - pyregion ==1.1.2      - pysynphot ==0.9.8.2 -    - pywcs ==1.12.1      - reftools ==1.7.1      - stistools ==1.1      - stsci.convolve ==2.1.3 @@ -58,7 +57,6 @@ requirements:      - nictools ==1.1.3      - pyregion ==1.1.2      - pysynphot ==0.9.8.2 -    - pywcs ==1.12.1      - reftools ==1.7.1      - stistools ==1.1      - stsci.convolve ==2.1.3 | 
