diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-15 23:09:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-15 23:09:28 -0400 |
commit | a569559e3a4c324b9c7c5bb659a6b86cf3d91350 (patch) | |
tree | ca603d5707fad6a372b4d54db89c4aa85f7d5847 /stsci-hst | |
parent | 3fcc978bcfe37905b44d8b87755b6d6b558f4372 (diff) | |
download | astroconda-contrib-a569559e3a4c324b9c7c5bb659a6b86cf3d91350.tar.gz |
Remove astrolib.coords references; Bump stsci-hst 1.0.4 (#53)
* Remove astrolib.coords references; Bump stsci-hst 1.0.4
* Bump drizzlepac 2.1.5 -> 2.1.6
* Modernize drizzlepac recipe
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 5546f35..13f5235 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -6,12 +6,11 @@ build: number: '0' package: name: stsci-hst - version: 1.0.3 + version: 1.0.4 requirements: build: - purge_path >=1.0.0 - acstools >=2.0.0 - - astrolib.coords >=0.39.6 - astropy >=1.1 - calcos >=3.1.8 - costools >=1.2.1 @@ -45,7 +44,6 @@ requirements: run: - purge_path >=1.0.0 - acstools >=2.0.0 - - astrolib.coords >=0.39.6 - astropy >=1.1 - calcos >=3.1.8 - costools >=1.2.1 |