From e93b76765dfa261991526198835da895c6be93c7 Mon Sep 17 00:00:00 2001
From: Edoardo Pasca <edo.paskino@gmail.com>
Date: Mon, 24 Jun 2019 13:34:21 +0100
Subject: Update meta.yaml (#26)

* Update meta.yaml

* added numpy 1.11

* added 1.14
---
 Wrappers/Python/conda-recipe/conda_build_config.yaml | 2 ++
 Wrappers/Python/conda-recipe/meta.yaml               | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

(limited to 'Wrappers/Python')

diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml
index b7977f3..f4d423a 100644
--- a/Wrappers/Python/conda-recipe/conda_build_config.yaml
+++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml
@@ -3,5 +3,7 @@ python:
   - 3.5
   - 3.6
 numpy:
+  - 1.11
   - 1.12
+  - 1.14
   - 1.15
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml
index c9126d4..ff55c6c 100644
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -30,7 +30,7 @@ requirements:
 
   run:
     - python
-    - numpy
+    - {{ pin_compatible('numpy') }}
     - ccpi-framework
     - ccpi-reconstruction
     - ccpi-regulariser
-- 
cgit v1.2.3