summaryrefslogtreecommitdiff
path: root/webbpsf
diff options
context:
space:
mode:
Diffstat (limited to 'webbpsf')
-rw-r--r--webbpsf/meta.yaml28
1 files changed, 15 insertions, 13 deletions
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml
index c158648..d551409 100644
--- a/webbpsf/meta.yaml
+++ b/webbpsf/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'webbpsf' %}
-{% set version = '0.8.0' %}
+{% set version = '0.9.0' %}
{% set tag = 'v' + version %}
{% set number = '1' %}
@@ -20,29 +20,31 @@ package:
requirements:
build:
- - astropy >=1.2
+ - astropy >=3.0.0
- numpy {{ numpy }}
- - scipy >=0.16.0
- - matplotlib >=1.5.0
- - poppy >=0.8.0
- - webbpsf-data ==0.8.0
+ - scipy >=1.0.0
+ - matplotlib >=2.0.0
+ - poppy >=0.9.0
+ - photutils
+ - webbpsf-data ==0.9.0
- setuptools
- python {{ python }}
- ipywidgets
- jwxml
- - pysiaf >=0.1.8
+ - pysiaf >=0.6.0
run:
- - astropy >=1.2
+ - astropy >=3.0.0
- numpy
- - scipy >=0.16.0
- - matplotlib >=1.5.0
- - poppy >=0.8.0
- - webbpsf-data ==0.8.0
+ - scipy >=1.0.0
+ - matplotlib >=2.0.0
+ - poppy >=0.9.0
+ - photutils
+ - webbpsf-data ==0.9.0
- setuptools
- python
- ipywidgets
- jwxml
- - pysiaf >=0.1.8
+ - pysiaf >=0.6.0
source:
git_tag: {{ tag }}