diff options
Diffstat (limited to 'poppy')
| -rw-r--r-- | poppy/meta.yaml | 18 | 
1 files changed, 9 insertions, 9 deletions
diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 3b6a99e..5d3168d 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'poppy' %} -{% set version = '0.9.2' %} +{% set version = '1.0.1' %}  {% set tag = 'v' + version %}  {% set number = '0' %} @@ -20,18 +20,18 @@ package:  requirements:      build: -    - astropy >=3.2.0 -    - numpy {{ numpy }} -    - scipy >=1.0.0 -    - matplotlib >=2.0.0 +    - astropy >=4.0.0 +    - numpy >=1.18.0 +    - scipy >=1.5.0 +    - matplotlib >=3.2.0      - setuptools      - setuptools_scm      - python {{ python }}      run: -    - astropy >=3.2.0 -    - numpy -    - scipy >=1.0.0 -    - matplotlib >=2.0.0 +    - astropy >=4.0.0 +    - numpy >=1.18.0 +    - scipy >=1.5.0 +    - matplotlib >=3.2.0      - setuptools      - setuptools_scm      - python  | 
