From c6e48ec1fe5aaee6a7c7a6f930f1520cd439cdb2 Mon Sep 17 00:00:00 2001 From: wyzula-jan Date: Mon, 4 Nov 2024 14:41:43 +0100 Subject: [PATCH] build: PySide6 version fixed 6.7.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bcaa305..74641020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pytest~=8.0", ] pyqt6 = ["PyQt6>=6.7", "PyQt6-WebEngine>=6.7"] -pyside6 = ["PySide6~=6.7.2"] +pyside6 = ["PySide6==6.7.2"] [project.urls] "Bug Tracker" = "https://gitlab.psi.ch/bec/bec_widgets/issues"