summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobelgeda <robelgeda@yahoo.com>2019-11-25 11:06:46 -0500
committerMatt Rendina <rendinam@users.noreply.github.com>2019-11-25 11:06:46 -0500
commitfbe586560f49d2ea062114d6ba103179608e6db0 (patch)
tree246f8c36fc6440c7ba37504f3865cf4ccd295883
parent21bcc735e1e7aa55dae63d1c9f299f1592b05972 (diff)
downloadastroconda-contrib-fbe586560f49d2ea062114d6ba103179608e6db0.tar.gz
WebbPSF v0.9.0 (#581)
* webbpsf -> 0.9.0 * Add missing dependencies
-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 }}