From 461b6122a78d2db120ed04f58501798675474a02 Mon Sep 17 00:00:00 2001 From: "J. Brendan Hagan" Date: Wed, 26 Feb 2020 10:44:02 -0500 Subject: Releasing JWST Coronagraph Visibility Tool version 0.4.4 (#608) * Update meta.yaml * Reset build number Co-authored-by: Joseph Hunkeler --- jwst_coronagraph_visibility/meta.yaml | 12 ++++++------ 1 file 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: -- cgit