summaryrefslogtreecommitdiff
path: root/acstools
diff options
context:
space:
mode:
Diffstat (limited to 'acstools')
-rw-r--r--acstools/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml
index 50eccd7..ffa74b8 100644
--- a/acstools/meta.yaml
+++ b/acstools/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'acstools' %}
{% set version = '2.0.5' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -14,12 +14,12 @@ package:
requirements:
build:
- astropy >=1.1
- - numpy x.x
+ - numpy
- setuptools
- python x.x
run:
- astropy >=1.1
- - numpy x.x
+ - numpy
- python x.x
source:
git_tag: {{ version }}