From 644a33e11bb3359cb0bb7ccfb77c983e8319f159 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Wed, 14 Sep 2016 20:55:54 -0400 Subject: [PATCH] BLD: empyrical doesn't have a binary dependency on numpy so we don't need to tag its conda packages with the numpy version --- conda/empyrical/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/empyrical/meta.yaml b/conda/empyrical/meta.yaml index 4dc8ab8d..5c94c3c3 100644 --- a/conda/empyrical/meta.yaml +++ b/conda/empyrical/meta.yaml @@ -11,14 +11,14 @@ requirements: build: - python - setuptools - - numpy x.x + - numpy >=1.9.2 - pandas >=0.16.1 - scipy >=0.15.1 - bottleneck >=1.0.0 run: - python - - numpy x.x + - numpy >=1.9.2 - pandas >=0.16.1 - scipy >=0.15.1 - bottleneck >=1.0.0