0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

build: fix PySide6 to 6.7.2

This commit is contained in:
2024-10-10 20:03:42 +02:00
parent d7e6506a27
commit 908dbc1760

View File

@ -38,7 +38,7 @@ dev = [
"pytest~=8.0",
]
pyqt6 = ["PyQt6>=6.7", "PyQt6-WebEngine>=6.7"]
pyside6 = ["PySide6>=6.7"]
pyside6 = ["PySide6~=6.7.2"]
[project.urls]
"Bug Tracker" = "https://gitlab.psi.ch/bec/bec_widgets/issues"