Skip to content

Commit 3a213ed

Browse files
committed
Updated requirements
1 parent 32616c4 commit 3a213ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Licensed under the terms of the MIT License
2626
Python >=2.6 or Python >=3.0
2727
PyQt4 >=4.5 or PySide >=1.1.1 (PyQt4 is recommended)
2828
spyderlib >=2.1
29-
guidata >=1.6
29+
guidata >=1.6.1
3030

3131
Requirements
3232

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_subpackages(name):
5959
package_data={LIBNAME:
6060
get_package_data(LIBNAME, ('.mo', '.svg', '.png', '.css',
6161
'.html', '.js', '.ini')),},
62-
requires=["spyderlib (>=2.1.12)", "PyQt4 (>=4.5)", "guidata (>=1.6.0)"],
62+
requires=["spyderlib (>=2.1.12)", "PyQt4 (>=4.5)", "guidata (>=1.6.1)"],
6363
scripts=[osp.join('scripts', fname) for fname in
6464
('register_python', 'register_python.bat',
6565
'wpcp', 'wpcp.bat', 'wppm', 'wppm.bat')],

0 commit comments

Comments
 (0)