summaryrefslogtreecommitdiff
path: root/costools/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'costools/meta.yaml')
-rw-r--r--costools/meta.yaml11
1 files changed, 7 insertions, 4 deletions
diff --git a/costools/meta.yaml b/costools/meta.yaml
index 1d8b182..45a5a45 100644
--- a/costools/meta.yaml
+++ b/costools/meta.yaml
@@ -1,6 +1,9 @@
{% set name = 'costools' %}
{% set version = '1.2.1' %}
-{% set number = '1' %}
+{% if version[0] == 'v' %}
+{% set version = version[1:] %}
+{% endif %}
+{% set number = '3' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -22,15 +25,15 @@ requirements:
- calcos
- stsci.tools
- setuptools
- - numpy
- - python x.x
+ - numpy {{ numpy }}
+ - python {{ python }}
run:
- astropy >=1.1
- calcos
- stsci.tools
- setuptools
- numpy
- - python x.x
+ - python
source:
git_tag: {{ version }}