From 39fe4fac703c5316952bf008a2e3ad976b75986b Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Thu, 22 Feb 2018 10:09:58 +0100
Subject: [PATCH] Use the same version of numpy for build/test

---
 gitlab/conda_build_config.yaml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml
index 0a86707..8a568f8 100644
--- a/gitlab/conda_build_config.yaml
+++ b/gitlab/conda_build_config.yaml
@@ -56,12 +56,8 @@ pkg_config:
   - 0.29.2
 
 ## The dependencies that we link against
-# anaconda
-# we build for an old version of numpy for forward compatibility
-# 1.11 seems to be the oldest on win that works with scipy 0.19.
 numpy:
-  - 1.9                # [unix]
-  - 1.11               # [win]
+  - 1.13.3
 hdf5:
   - 1.10               # [not ppc64le]
 freetype:
-- 
GitLab