Skip to content

Commit 13e34ec

Browse files
committed
Update guidata dependency to version 3.11 and ensure PyQt5 is included in optional dependencies
1 parent 87ec2e1 commit 13e34ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
]
3939
requires-python = ">=3.9, <4"
4040
dependencies = [
41-
"guidata>=3.10",
41+
"guidata>=3.11",
4242
"PythonQwt>=0.14",
4343
"SciPy>=1.5",
4444
"scikit-image >= 0.18",
@@ -56,6 +56,7 @@ plotpy-tests = "plotpy.tests:run"
5656
plotpy-benchmarks = "plotpy.tests.benchmarks:run"
5757

5858
[project.optional-dependencies]
59+
qt = ["PyQt5>=5.11"]
5960
dev = ["babel", "Coverage", "Cython>=3.0", "pylint", "ruff", "toml-to-requirements"]
6061
doc = [
6162
"PyQt5",

0 commit comments

Comments
 (0)