From 9dd34025c426b0a9a6cb3d8a7960694f2b0d8f81 Mon Sep 17 00:00:00 2001 From: Mihai Cara Date: Sun, 17 Jun 2018 11:37:39 -0400 Subject: 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. --- stsci.skypac/meta.yaml | 6 +++--- 1 file 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 -- cgit