From cd4532a85228a197286a47fae393476cd11cf34a Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Fri, 9 Dec 2016 12:06:57 -0500 Subject: [PATCH] Remove numpy dependency on x86 architectures --- dependencies.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/dependencies.json b/dependencies.json index 53109c5..a3caa2c 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,5 +1,15 @@ { - "*": { + "linux-x64": { + "*": [ + "numpy" + ] + }, + "osx-x64": { + "*": [ + "numpy" + ] + }, + "windows-x64": { "*": [ "numpy" ]