diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-02-13 21:47:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 21:47:42 -0500 |
commit | afe025a00e0003a45f302f6f3dd3c876bce18a57 (patch) | |
tree | e45490e17fa8d3cf1795d55b570cb75e17677e09 /webbpsf | |
parent | 955f9870461bb979c25a8d8ef5370d2d8574042d (diff) | |
download | astroconda-contrib-afe025a00e0003a45f302f6f3dd3c876bce18a57.tar.gz |
webbpsf: Remove jinga2 numpy var from run section (#467)
Diffstat (limited to 'webbpsf')
-rw-r--r-- | webbpsf/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index a6a5fad..c158648 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'webbpsf' %} {% set version = '0.8.0' %} {% set tag = 'v' + version %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://webbpsf.readthedocs.io @@ -33,7 +33,7 @@ requirements: - pysiaf >=0.1.8 run: - astropy >=1.2 - - numpy {{numpy}} + - numpy - scipy >=0.16.0 - matplotlib >=1.5.0 - poppy >=0.8.0 |