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:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user