summaryrefslogtreecommitdiff
path: root/glue-core
diff options
context:
space:
mode:
Diffstat (limited to 'glue-core')
-rw-r--r--glue-core/meta.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/glue-core/meta.yaml b/glue-core/meta.yaml
index 87c787d..e4344e0 100644
--- a/glue-core/meta.yaml
+++ b/glue-core/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'glue-core' %}
{% set version = '0.12.0' %}
-{% set number = '0' %}
+{% set number = '1' %}
package:
name: {{ name }}
@@ -23,7 +23,8 @@ build:
requirements:
build:
- - python
+ - numpy {{ numpy }}
+ - python {{ python }}
- setuptools
- pyqt
@@ -35,7 +36,7 @@ requirements:
# Required dependencies
- python
- - numpy >=1.9
+ - numpy
- pandas >=0.14
- astropy >=1.3
- matplotlib >=1.4