Skip to content

Commit

Permalink
Compatibility with guiqwt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rproepp committed Dec 26, 2015
1 parent 3e7ccee commit 7edc322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def find_version():
name="spykeviewer",
version=version,
packages=find_packages(),
install_requires=['guidata', 'guiqwt>=2.1.4', 'spyder>=2.1.0',
install_requires=['guidata', 'guiqwt>=2.1.4,<4.0', 'spyder>=2.1.0',
'spykeutils[plot,plugin]>=0.4.0',
'neo>=0.2.1', 'matplotlib', 'scipy'],
entry_points={'gui_scripts': ['spykeviewer = spykeviewer.start:main']},
Expand Down
2 changes: 1 addition & 1 deletion spykeviewer/ui/io_settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from guidata.qt.QtCore import SIGNAL, SLOT
from PyQt4.QtCore import SIGNAL, SLOT
from PyQt4.QtGui import QVBoxLayout, QDialog, QDialogButtonBox, QMessageBox

from guidata.dataset.datatypes import DataSet
Expand Down

0 comments on commit 7edc322

Please sign in to comment.