From 08670bb17076f4068bd711e4ce35f420c657a409 Mon Sep 17 00:00:00 2001 From: Mihai Cara Date: Thu, 12 Aug 2021 12:57:51 -0400 Subject: Maintenance release of stsci.skypac v1.0.8 Fix deprecation warnings from numpy due to use of numpy aliases to fundamental Python data types. See https://github.com/spacetelescope/stsci.skypac/pull/63 for more details. --- stsci.skypac/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index d0f1e74..8a790fe 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci.skypac' %} -{% set version = '1.0.7' %} +{% set version = '1.0.8' %} {% set number = '0' %} about: -- cgit