summaryrefslogtreecommitdiff
path: root/webbpsf/meta.yaml
diff options
context:
space:
mode:
authorShannon Osborne <sosborne@stsci.edu>2020-06-24 15:08:53 -0400
committerGitHub <noreply@github.com>2020-06-24 15:08:53 -0400
commita6d342764c23e7159b723ab38c4dfcfc417a3168 (patch)
tree1770ed8e8bede3659d6f3713fb1ed33c4fffe9c6 /webbpsf/meta.yaml
parent0190b6ced5335d9d70666a2790f8d7605608adb6 (diff)
downloadastroconda-contrib-a6d342764c23e7159b723ab38c4dfcfc417a3168.tar.gz
Update WebbPSF and Poppy for v0.9.1 (#655)
* update for v0.9.1 * Restore numpy version syntax for use by build system
Diffstat (limited to 'webbpsf/meta.yaml')
-rw-r--r--webbpsf/meta.yaml14
1 files changed, 8 insertions, 6 deletions
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml
index ccc2381..0ce9ea1 100644
--- a/webbpsf/meta.yaml
+++ b/webbpsf/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'webbpsf' %}
-{% set version = '0.9.0' %}
+{% set version = '0.9.1' %}
{% set tag = 'v' + version %}
{% set number = '1' %}
@@ -25,28 +25,30 @@ requirements:
- numpydoc
- scipy >=1.0.0
- matplotlib >=2.0.0
- - poppy >=0.9.0
+ - poppy >=0.9.1
- photutils
- webbpsf-data ==0.9.0
- setuptools
+ - setuptools_scm
- python {{ python }}
- ipywidgets
- jwxml
- - pysiaf >=0.6.0
+ - pysiaf >=0.9.0
run:
- astropy >=3.0.0
- - numpy
+ - numpy {{ numpy }}
- numpydoc
- scipy >=1.0.0
- matplotlib >=2.0.0
- - poppy >=0.9.0
+ - poppy >=0.9.1
- photutils
- webbpsf-data ==0.9.0
- setuptools
+ - setuptools_scm
- python
- ipywidgets
- jwxml
- - pysiaf >=0.6.0
+ - pysiaf >=0.9.0
source:
git_tag: {{ tag }}