From 613f0a1c1124f85bd667d66b58cc13c012b982d2 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Tue, 11 Dec 2018 10:55:41 +0100 Subject: [PATCH] Add AMD64 to machines where to install pyopencl (needed for windows.. and appveyor) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 285aadf3e9..2f75c73e89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ enum34; python_version == '2.7' futures; python_version == '2.7' # Extra dependencies (from setup.py extra_requires 'full' target) -pyopencl; platform_machine in "i386, x86_64" # For silx.opencl +pyopencl; platform_machine in "i386, x86_64, AMD64" # For silx.opencl Mako # For pyopencl reduction qtconsole # For silx.gui.console matplotlib >= 1.2.0 # For silx.gui.plot