Skip to content

Commit c937f62

Browse files
committed
Update PyQt5 dependency to allow versions greater than 5.15.6
1 parent 8daa1c5 commit c937f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6"]
6161
dev = ["babel", "Coverage", "Cython>=3.0", "pylint", "ruff"]
6262
doc = [
6363
"sphinx",

0 commit comments

Comments
 (0)