From d53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 29 Nov 2016 14:42:29 -0500 Subject: Remove numpy locks --- specviz/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'specviz') diff --git a/specviz/meta.yaml b/specviz/meta.yaml index ab9c752..c14f799 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -26,7 +26,7 @@ requirements: - scipy - yaml - setuptools - - numpy x.x + - numpy - python x.x run: @@ -39,7 +39,7 @@ requirements: - qtpy - scipy - yaml - - numpy x.x + - numpy - python x.x test: -- cgit