diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2021-08-31 10:03:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 10:03:46 -0400 |
commit | 8721accde68f47c7c466f2f687de8e4d5100995a (patch) | |
tree | 17ddb106029a5ec59b6bbf11b4a48a1944ebf9b7 | |
parent | 30a29c570149f5666986d62fb8e21c4f85b7c2cc (diff) | |
download | astroconda-contrib-8721accde68f47c7c466f2f687de8e4d5100995a.tar.gz |
Bump stsci.tools to 4.0.1
-rw-r--r-- | stsci.tools/meta.yaml | 8 |
1 files 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 |