diff options
author | Larry Bradley <larry.bradley@gmail.com> | 2021-03-21 16:41:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 16:41:27 -0400 |
commit | 659ec7d1b5d91987ae4cc31c968ea0c76ddd5d87 (patch) | |
tree | 0ab84ab89a04a38e415eef97ce963cd85856897d /photutils | |
parent | 3b3323dc869e34d1724c1abed52be3f7bd2b1796 (diff) | |
download | astroconda-contrib-659ec7d1b5d91987ae4cc31c968ea0c76ddd5d87.tar.gz |
Update photutils to 1.1.0 (#708)
Diffstat (limited to 'photutils')
-rw-r--r-- | photutils/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/photutils/meta.yaml b/photutils/meta.yaml index d680397..74c6bcf 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'photutils' %} -{% set version = '1.0.2' %} +{% set version = '1.1.0' %} {% set tag = version %} {% set number = '0' %} @@ -10,7 +10,7 @@ about: build: number: {{ number }} - skip: True [py27] + skip: True # [py<37] package: name: {{ name }} |