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 /stsci-hst | |
parent | c8cf7e92f27e2d6e65a2e989d5453a0f9c1f8d55 (diff) | |
download | astroconda-contrib-15f481ebd4262517566b7725d1641fe5b5646167.tar.gz |
Pywcs removal (#21)
* Remove pywcs from reftools
* Remove pywcs from stsci-hst
Diffstat (limited to 'stsci-hst')
-rw-r--r-- | stsci-hst/meta.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
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 |