Skip to content

Commit 6b324a1

Browse files
committed
Documented new QtPy requirement
1 parent 21f108c commit 6b324a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ for more details on API limitations when comparing to Qwt.
8282
### Requirements ###
8383
- Python >=2.6 or Python >=3.2
8484
- PyQt4 >=4.4 or PyQt5 >= 5.5
85-
- QtPy
85+
- QtPy >= 1.3
8686
- NumPy >= 1.5
8787

8888
## Installation

doc/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Dependencies
77
Requirements:
88
* Python 2.x (x>=6) or 3.x (x>=2)
99
* PyQt4 4.x (x>=3 ; recommended x>=4) or PyQt5 5.x (x>=5)
10-
* QtPy
10+
* QtPy >= 1.3
1111
* NumPy 1.x (x>=5)
1212
* Sphinx 1.x (x>=1) for documentation generation
1313

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def get_subpackages(name):
9595
package_data={
9696
PACKAGE_NAME: get_package_data(PACKAGE_NAME, (".png", ".svg", ".mo"))
9797
},
98-
install_requires=["NumPy>=1.5", "QtPy"],
98+
install_requires=["NumPy>=1.5", "QtPy>=1.3"],
9999
extras_require={"Doc": ["Sphinx>=1.1"],},
100100
entry_points={
101101
"gui_scripts": [

0 commit comments

Comments
 (0)