Skip to content

Commit

Permalink
Bump silx version
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Jul 11, 2018
1 parent 2220cbd commit f1312d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,11 +899,11 @@ def run(self):
"h5py"]
if use_gui():
# install requires with all easy-to-provide GUI functionality
# plese take a look at requirements.txt for detailed explanation
# please take a look at requirements.txt for detailed explanation
install_requires += ["PyOpenGL",
"qtconsole",
"PyQt5", # either PyQt4 or PySide supported too
"silx>=0.7"]
"silx>=0.8"]

setup_requires = ["numpy"]

Expand Down

0 comments on commit f1312d4

Please sign in to comment.