summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index d34c0bf..90dc020 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,13 +3,13 @@
--trusted-host www.silx.org
--find-links http://www.silx.org/pub/wheelhouse/
---only-binary numpy,h5py,scipy,PyQt4,PyQt5,PySide
+--only-binary numpy,h5py,scipy,PyQt4,PyQt5
numpy >= 1.8
+fabio >= 0.7
+h5py
scipy # For silx.math.fit demo, silx.image.sift demo, silx.image.sift.test
-fabio >= 0.7 # For silx.io
-h5py # For silx.io
-pyopencl # For silx.opencl
+pyopencl; platform_machine in "i386, x86_64" # For silx.opencl
Mako # For pyopencl reduction
qtconsole # For silx.gui.console
matplotlib >= 1.2.0 # For silx.gui.plot
@@ -17,7 +17,7 @@ PyOpenGL # For silx.gui.plot3d
Pillow # For silx.opencl.image.test
python-dateutil # For silx.gui.plot
-# PyQt4, PyQt5 or PySide # For silx.gui
+# PyQt5, PySide2 or PyQt4 # For silx.gui
# Try to install a Qt binding from a wheel
# This is no available for all configurations