From 270d5ddc31c26b62379e3caa9044dd75ccc71847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Sun, 4 Mar 2018 10:20:27 +0100 Subject: New upstream version 0.7.0+dfsg --- requirements.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 9e46ba1..fa6c806 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,8 @@ --only-binary numpy,h5py,scipy,PyQt4,PyQt5,PySide numpy >= 1.8 -fabio >= 0.4 # For silx.io +scipy # For silx.math.fit demo, silx.image.sift demo, silx.image.sift.test +fabio >= 0.6 # For silx.io h5py # For silx.io pyopencl # For silx.opencl Mako # For pyopencl reduction @@ -14,9 +15,9 @@ ipython # For silx.gui.console qtconsole # For silx.gui.console matplotlib >= 1.2.0 # For silx.gui.plot PyOpenGL # For silx.gui.plot3d -# PyQt4, PyQt5 or PySide # For silx.gui -# scipy # For silx.math.fit demo, silx.image.sift demo, silx.image.sift.test +Pillow # for silx.opencl.image.test +# PyQt4, PyQt5 or PySide # For silx.gui # Try to install a Qt binding from a wheel # This is no available for all configurations @@ -24,6 +25,3 @@ PyOpenGL # For silx.gui.plot3d PyQt5; python_version >= '3.5' PyQt4; sys_platform == 'win32' and python_version == '2.7' # From silx.org PyQt4; sys_platform == 'darwin' and python_version == '2.7' # From silx.org - -# Require scipy when wheel is available -scipy; sys_platform != 'win32' -- cgit v1.2.3