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 --- opuscoords/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opuscoords') diff --git a/opuscoords/meta.yaml b/opuscoords/meta.yaml index 4d6deba..283f69e 100644 --- a/opuscoords/meta.yaml +++ b/opuscoords/meta.yaml @@ -16,10 +16,10 @@ requirements: - d2to1 - stsci.distutils - setuptools - - numpy x.x + - numpy - python x.x run: - - numpy x.x + - numpy - python x.x source: git_tag: {{ version }} -- cgit