diff options
| author | Joshua Neuheisel <joshua@neuheisel.us> | 2021-08-31 10:34:20 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-31 10:34:20 -0400 | 
| commit | dbc25091bff6c67f7db738b365abf4c41c37a3df (patch) | |
| tree | 17ddb106029a5ec59b6bbf11b4a48a1944ebf9b7 | |
| parent | 30a29c570149f5666986d62fb8e21c4f85b7c2cc (diff) | |
| parent | 8721accde68f47c7c466f2f687de8e4d5100995a (diff) | |
| download | astroconda-contrib-dbc25091bff6c67f7db738b365abf4c41c37a3df.tar.gz | |
Merge pull request #741 from pllim/patch-2
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 | 
