diff options
author | Mihai Cara <mcara@users.noreply.github.com> | 2018-06-17 11:37:39 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-06-17 11:37:39 -0400 |
commit | 9dd34025c426b0a9a6cb3d8a7960694f2b0d8f81 (patch) | |
tree | 9080a6a85c0b22f3d4bdc05335c1348c5ab11e15 /stsci.skypac | |
parent | 5b9b3c207487ff49d6c56aaf615a18f31eaa857e (diff) | |
download | astroconda-contrib-9dd34025c426b0a9a6cb3d8a7960694f2b0d8f81.tar.gz |
stsci.skypac release 0.9.12 - fix crash when when 'matching' (#370)
See https://github.com/spacetelescope/stsci.skypac/pull/23 and linked issues and PRs for more details.
Diffstat (limited to 'stsci.skypac')
-rw-r--r-- | stsci.skypac/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index c53d8c8..2609221 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci.skypac' %} -{% set version = '0.9.11' %} +{% set version = '0.9.12' %} {% set number = '0' %} about: @@ -19,7 +19,7 @@ requirements: build: - astropy >=1.1 - stsci.imagestats - - spherical-geometry + - spherical-geometry >=1.2.2 - stsci.tools - stwcs - sphinx @@ -29,7 +29,7 @@ requirements: run: - astropy >=1.1 - stsci.imagestats - - spherical-geometry + - spherical-geometry >=1.2.2 - stsci.tools - stwcs - python |