summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-01-11 12:51:52 -0500
committerGitHub <noreply@github.com>2017-01-11 12:51:52 -0500
commit1737eab5bd07ea07e24feadc2f3d0f585f46767f (patch)
tree59158898da128a440d586488fe7e4293b9956279
parent785cb5dce615db5de87a296ad88114486f3d5b83 (diff)
downloadastroconda-contrib-1737eab5bd07ea07e24feadc2f3d0f585f46767f.tar.gz
Fix resolver failure on "b" suffix. (#149)
-rw-r--r--stsynphot/meta.yaml4
-rw-r--r--synphot/meta.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml
index 30e7039..083094f 100644
--- a/stsynphot/meta.yaml
+++ b/stsynphot/meta.yaml
@@ -17,7 +17,7 @@ package:
requirements:
build:
- - synphot >=0.1
+ - synphot >=0.1*
- astropy >=1.3
- scipy >=0.14
- numpy
@@ -25,7 +25,7 @@ requirements:
- python x.x
run:
- - synphot >=0.1
+ - synphot >=0.1*
- astropy >=1.3
- scipy >=0.14
- numpy
diff --git a/synphot/meta.yaml b/synphot/meta.yaml
index b2f631c..528dacc 100644
--- a/synphot/meta.yaml
+++ b/synphot/meta.yaml
@@ -7,10 +7,10 @@ about:
home: https://github.com/spacetelescope/{{ reponame }}
license: BSD
summary: Synthetic photometry using Astropy
-
+
build:
number: {{ number }}
-
+
package:
name: {{ name }}
version: {{ version }}