diff options
author | Shannon Osborne <sosborne@stsci.edu> | 2020-06-24 15:08:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 15:08:53 -0400 |
commit | a6d342764c23e7159b723ab38c4dfcfc417a3168 (patch) | |
tree | 1770ed8e8bede3659d6f3713fb1ed33c4fffe9c6 /poppy | |
parent | 0190b6ced5335d9d70666a2790f8d7605608adb6 (diff) | |
download | astroconda-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 'poppy')
-rw-r--r-- | poppy/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 3fe1804..0ce2c7b 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'poppy' %} -{% set version = '0.9.0' %} +{% set version = '0.9.1' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -25,6 +25,7 @@ requirements: - scipy >=1.0.0 - matplotlib >=2.0.0 - setuptools + - setuptools_scm - python {{ python }} run: - astropy >=3.0.0 @@ -32,6 +33,7 @@ requirements: - scipy >=1.0.0 - matplotlib >=2.0.0 - setuptools + - setuptools_scm - python source: |