diff options
| author | Mihai Cara <mcara@users.noreply.github.com> | 2021-08-12 12:57:51 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 12:57:51 -0400 | 
| commit | 08670bb17076f4068bd711e4ce35f420c657a409 (patch) | |
| tree | 4ac3d7d48a5d680bae55c86baca5b8cd334074a0 | |
| parent | 36448fa67b3a855359a3c03367e5b0dee9df25b3 (diff) | |
| download | astroconda-contrib-08670bb17076f4068bd711e4ce35f420c657a409.tar.gz | |
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.
| -rw-r--r-- | stsci.skypac/meta.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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: | 
