summaryrefslogtreecommitdiff
path: root/glueviz
diff options
context:
space:
mode:
Diffstat (limited to 'glueviz')
-rw-r--r--glueviz/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/glueviz/meta.yaml b/glueviz/meta.yaml
index 29e2b67..e1e5848 100644
--- a/glueviz/meta.yaml
+++ b/glueviz/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'glueviz' %}
{% set version = '0.8.2' %}
-{% set number = '1' %}
+{% set number = '2' %}
package:
name: {{ name }}
@@ -18,11 +18,11 @@ build:
requirements:
build:
- - python
+ - python {{ python }}
run:
- python
- - numpy
+ - numpy {{ numpy }}
- scipy
- matplotlib
- astropy