1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-28 11:02:32 +02:00

build: PySide6 version fixed 6.7.2

This commit is contained in:
2024-11-04 14:41:43 +01:00
parent f837129023
commit c6e48ec1fe
+1 -1
View File
@@ -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"