summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2018-12-17 12:28:24 +0100
committerAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2018-12-17 12:28:24 +0100
commitcebdc9244c019224846cb8d2668080fe386a6adc (patch)
treeaedec55da0f9dd4fc4d6c7eb0f58489a956e2e8c /requirements.txt
parent159ef14fb9e198bb0066ea14e6b980f065de63dd (diff)
New upstream version 0.9.0+dfsg
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