From 5c33826855a8d88889cdbbfc78b27c86549715d5 Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>
Date: Wed, 20 Jan 2016 13:02:36 +0100
Subject: Add check for scipy

The module matrix_c.pyx uses it.
---
 python/conda/meta.yaml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'python')

diff --git a/python/conda/meta.yaml b/python/conda/meta.yaml
index 41250dc..7e4679b 100644
--- a/python/conda/meta.yaml
+++ b/python/conda/meta.yaml
@@ -21,6 +21,7 @@ requirements:
     - python
     - cython >=0.13
     - numpy
+    - scipy
     - six
 
   run:
-- 
cgit v1.2.3