summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPey Lian Lim <2090236+pllim@users.noreply.github.com>2021-06-23 15:01:58 -0400
committerPey Lian Lim <2090236+pllim@users.noreply.github.com>2021-06-23 15:01:58 -0400
commit22d2ea8629f568af69fc7152af899c399ed2f178 (patch)
tree837a2323117b221ae76557a129b02f7de98034f8
parent9b3440d95ee6abdef5beb737ee75494cfed979ec (diff)
downloadastroconda-contrib-22d2ea8629f568af69fc7152af899c399ed2f178.tar.gz
Bump stsynphot to 1.1.0
-rw-r--r--stsynphot/meta.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml
index 95d2fde..2d07986 100644
--- a/stsynphot/meta.yaml
+++ b/stsynphot/meta.yaml
@@ -1,6 +1,6 @@
{% set reponame = 'stsynphot_refactor' %}
{% set name = 'stsynphot' %}
-{% set version = '1.0.0' %}
+{% set version = '1.1.0' %}
{% set number = '0' %}
about:
@@ -19,9 +19,9 @@ package:
requirements:
build:
- synphot >=0.3
- - astropy >=3
+ - astropy >=3.2
- extension-helpers
- - scipy >=0.14
+ - scipy >=1.1
- beautifulsoup4
- numpy {{ numpy }}
- pytest
@@ -31,8 +31,8 @@ requirements:
run:
- synphot >=0.3
- - astropy >=3
- - scipy >=0.14
+ - astropy >=3.2
+ - scipy >=1.1
- beautifulsoup4
- numpy
- pytest