Skip to content

Commit

Permalink
Add AMD64 to machines where to install pyopencl (needed for windows..
Browse files Browse the repository at this point in the history
and appveyor)
  • Loading branch information
t20100 committed Dec 17, 2018
1 parent 6004ad1 commit 613f0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 613f0a1

Please sign in to comment.