diff options
| author | Pey Lian Lim <2090236+pllim@users.noreply.github.com> | 2021-06-23 14:34:08 -0400 | 
|---|---|---|
| committer | Pey Lian Lim <2090236+pllim@users.noreply.github.com> | 2021-06-23 14:34:08 -0400 | 
| commit | 9b3440d95ee6abdef5beb737ee75494cfed979ec (patch) | |
| tree | c2f4d8fc1794bbd0777c477875e4b6a5daca29c0 | |
| parent | 9a46ae0b49ed015aa061c4cdcc18f00b80a10558 (diff) | |
| download | astroconda-contrib-9b3440d95ee6abdef5beb737ee75494cfed979ec.tar.gz | |
Bump synphot to 1.1.0
| -rw-r--r-- | synphot/meta.yaml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/synphot/meta.yaml b/synphot/meta.yaml index 9fd19c2..6b29535 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -1,6 +1,6 @@  {% set reponame = 'synphot_refactor' %}  {% set name = 'synphot' %} -{% set version = '1.0.1' %} +{% set version = '1.1.0' %}  {% set number = '0' %}  about: @@ -19,16 +19,16 @@ package:  requirements:      build:      - setuptools_scm -    - astropy >=3 +    - astropy >=3.2      - extension-helpers -    - scipy >=0.14 +    - scipy >=1.1      - numpy {{ numpy }}      - pytest      - setuptools      - python {{ python }}      run: -    - astropy >=3 -    - scipy >=0.14 +    - astropy >=3.2 +    - scipy >=1.1      - numpy      - pytest      - python | 
