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 | |
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
-rw-r--r-- | poppy/meta.yaml | 4 | ||||
-rw-r--r-- | webbpsf/meta.yaml | 14 |
2 files changed, 11 insertions, 7 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: 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 }} |