diff options
| -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 }} | 
