summaryrefslogtreecommitdiff
path: root/stsynphot
diff options
context:
space:
mode:
authorP. L. Lim <2090236+pllim@users.noreply.github.com>2020-07-31 17:00:05 -0400
committerGitHub <noreply@github.com>2020-07-31 17:00:05 -0400
commit460de55f0d831b21c157ea254739a51d4648cbfc (patch)
tree1498b77c5698271e0e56f7efcad2e0b3026fe306 /stsynphot
parent76da9a5fbfb459b26f628935753773422fe0ef5e (diff)
downloadastroconda-contrib-460de55f0d831b21c157ea254739a51d4648cbfc.tar.gz
Bump synphot and stsynphot to 1.0 (#661)
Diffstat (limited to 'stsynphot')
-rw-r--r--stsynphot/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml
index 6d49a1f..95d2fde 100644
--- a/stsynphot/meta.yaml
+++ b/stsynphot/meta.yaml
@@ -1,6 +1,6 @@
{% set reponame = 'stsynphot_refactor' %}
{% set name = 'stsynphot' %}
-{% set version = '0.3' %}
+{% set version = '1.0.0' %}
{% set number = '0' %}
about:
@@ -18,7 +18,7 @@ package:
requirements:
build:
- - synphot >=0.2
+ - synphot >=0.3
- astropy >=3
- extension-helpers
- scipy >=0.14
@@ -30,7 +30,7 @@ requirements:
- python {{ python }}
run:
- - synphot >=0.2
+ - synphot >=0.3
- astropy >=3
- scipy >=0.14
- beautifulsoup4