diff options
| author | J. Brendan Hagan <hagan@stsci.edu> | 2020-02-26 10:44:02 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-26 10:44:01 -0500 | 
| commit | 461b6122a78d2db120ed04f58501798675474a02 (patch) | |
| tree | d278dc9c97138b0f879c219ddbecdcd5044a4f5c | |
| parent | c8aa0942409806f9b7644423115b32516b6255c7 (diff) | |
| download | astroconda-contrib-461b6122a78d2db120ed04f58501798675474a02.tar.gz | |
Releasing JWST Coronagraph Visibility Tool version 0.4.4 (#608)
* Update meta.yaml
* Reset build number
Co-authored-by: Joseph Hunkeler <jhunkeler@users.noreply.github.com>
| -rw-r--r-- | jwst_coronagraph_visibility/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/jwst_coronagraph_visibility/meta.yaml b/jwst_coronagraph_visibility/meta.yaml index cb32c23..3a5749d 100644 --- a/jwst_coronagraph_visibility/meta.yaml +++ b/jwst_coronagraph_visibility/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'jwst_coronagraph_visibility' %} -{% set version = '0.4.2' %} -{% set number = '1' %} +{% set version = '0.4.4' %} +{% set number = '0' %}  {% set org = 'spacetelescope' %}  about: @@ -30,18 +30,18 @@ requirements:      - numpydoc      - python {{ python }}      - numpy {{ numpy }} -    - matplotlib>=2.2.4 +    - matplotlib>=3.1.3      - tk      - requests -    - pysiaf >=0.6.3 +    - pysiaf>=0.7.1      run:      - numpydoc      - python      - numpy -    - matplotlib +    - matplotlib>=3.1.3      - requests      - tk -    - pysiaf >=0.6.3 +    - pysiaf>=0.7.1  test:     imports: | 
