From 8721accde68f47c7c466f2f687de8e4d5100995a Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 31 Aug 2021 10:03:46 -0400 Subject: Bump stsci.tools to 4.0.1 --- stsci.tools/meta.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index 19a50c3..d99cd0b 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci.tools' %} -{% set version = '4.0.0' %} +{% set version = '4.0.1' %} {% set number = '0' %} about: @@ -10,6 +10,7 @@ about: build: number: {{ number }} + skip: true # [py2k] package: name: {{ name }} @@ -17,14 +18,15 @@ package: requirements: build: - - astropy >=1.1 + - astropy >=2 - setuptools + - setuptools_scm - pytest-runner - numpy {{ numpy }} - python {{ python }} run: - - astropy >=1.1 + - astropy >=2 - numpy - python -- cgit