summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-02-13 21:47:42 -0500
committerGitHub <noreply@github.com>2019-02-13 21:47:42 -0500
commitafe025a00e0003a45f302f6f3dd3c876bce18a57 (patch)
treee45490e17fa8d3cf1795d55b570cb75e17677e09
parent955f9870461bb979c25a8d8ef5370d2d8574042d (diff)
downloadastroconda-contrib-afe025a00e0003a45f302f6f3dd3c876bce18a57.tar.gz
webbpsf: Remove jinga2 numpy var from run section (#467)
-rw-r--r--webbpsf/meta.yaml4
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