summaryrefslogtreecommitdiff
path: root/stsci.ndimage/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'stsci.ndimage/meta.yaml')
-rw-r--r--stsci.ndimage/meta.yaml11
1 files changed, 7 insertions, 4 deletions
diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml
index 96dcd45..9339c7e 100644
--- a/stsci.ndimage/meta.yaml
+++ b/stsci.ndimage/meta.yaml
@@ -1,6 +1,9 @@
{% set name = 'stsci.ndimage' %}
{% set version = '0.10.1' %}
-{% set number = '1' %}
+{% if version[0] == 'v' %}
+{% set version = version[1:] %}
+{% endif %}
+{% set number = '2' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -23,12 +26,12 @@ requirements:
- stsci.distutils
- setuptools
- astropy >=1.1
- - numpy
- - python x.x
+ - numpy {{ numpy }}
+ - python {{ python }}
run:
- astropy >=1.1
- numpy
- - python x.x
+ - python
source:
git_url: https://github.com/spacetelescope/{{ name }}.git