Skip to content

Commit 637befe

Browse files
committed
Update PyQt5 dependency to require versions greater than 5.15.5
1 parent c937f62 commit 637befe

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

doc/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Optional modules for GUI support (Qt):
4242
- Version
4343
- Summary
4444
* - PyQt5
45-
- >=5.15.6
45+
- >5.15.5
4646
- Python bindings for the Qt cross platform application toolkit
4747

4848
Optional modules for development:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ plotpy-tests = "plotpy.tests:run"
5757
plotpy-benchmarks = "plotpy.tests.benchmarks:run"
5858

5959
[project.optional-dependencies]
60-
qt = ["PyQt5>5.15.6"]
60+
qt = ["PyQt5>5.15.5"]
6161
dev = ["babel", "Coverage", "Cython>=3.0", "pylint", "ruff"]
6262
doc = [
6363
"sphinx",

requirements-min.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Coverage
22
Cython==3.0
33
Pillow
4-
PyQt5==5.15.6
54
PythonQwt==0.14
65
SciPy==1.7.3
76
babel

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Coverage
22
Cython>=3.0
33
Pillow
4-
PyQt5>=5.15.6
4+
PyQt5>5.15.5
55
PythonQwt >= 0.14
66
SciPy >= 1.7.3
77
babel

0 commit comments

Comments
 (0)