diff options
| author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2020-03-23 16:03:29 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-23 16:03:29 -0400 | 
| commit | 06abb787cb590f504f32b7449a8ff449e838b23c (patch) | |
| tree | a2573d162044f2c0a067a70ebe39ce63ae569c3f | |
| parent | 483d60dc346c44739c393e31f4d9db35dc98860f (diff) | |
| download | astroconda-contrib-06abb787cb590f504f32b7449a8ff449e838b23c.tar.gz | |
Bump stsynphot to 0.3 (#629)
| -rw-r--r-- | stsynphot/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index e6f0642..6d49a1f 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -1,6 +1,6 @@  {% set reponame = 'stsynphot_refactor' %}  {% set name = 'stsynphot' %} -{% set version = '0.2.2' %} +{% set version = '0.3' %}  {% set number = '0' %}  about: @@ -19,7 +19,7 @@ package:  requirements:      build:      - synphot >=0.2 -    - astropy >=2.0 +    - astropy >=3      - extension-helpers      - scipy >=0.14      - beautifulsoup4 @@ -31,7 +31,7 @@ requirements:      run:      - synphot >=0.2 -    - astropy >=2.0 +    - astropy >=3      - scipy >=0.14      - beautifulsoup4      - numpy  | 
