1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-04 16:02:51 +01:00

build: allow pyside 6.9.2

This commit is contained in:
2025-09-23 10:47:00 +02:00
parent 4fe3018323
commit 9371d4a16e

View File

@@ -20,13 +20,13 @@ dependencies = [
"isort~=5.13, >=5.13.2", # needed for bw-generate-cli
"pydantic~=2.0",
"pyqtgraph~=0.13",
"PySide6==6.9.0",
"PySide6~=6.9.0, !=6.9.1", # avoid 6.9.1 as it is incompatible with pyqtgraph
"qtconsole~=5.5, >=5.5.1", # needed for jupyter console
"qtpy~=2.4",
"qtmonaco~=0.5",
"thefuzz~=0.22",
"darkdetect~=0.8",
"PySide6-QtAds==4.4.0",
"PySide6-QtAds~=4.4.0",
]