summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webbpsf-data/meta.yaml2
-rw-r--r--webbpsf/meta.yaml28
2 files changed, 16 insertions, 14 deletions
diff --git a/webbpsf-data/meta.yaml b/webbpsf-data/meta.yaml
index 9262ae5..7f7b402 100644
--- a/webbpsf-data/meta.yaml
+++ b/webbpsf-data/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'webbpsf-data' %}
-{% set version = '0.8.0' %}
+{% set version = '0.9.0' %}
{% set number = '0' %}
about:
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 }}