File tree Expand file tree Collapse file tree 4 files changed +3
-7036
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7036
lines changed Original file line number Diff line number Diff line change @@ -136,3 +136,4 @@ dmypy.json
136136examples /_wip
137137.ruff_cache
138138docs /_images /
139+ uv.lock
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies = [
5050pyqt5 = [" PyQt5>=5.15.8" , " pyqt5-qt5<=5.15.2; sys_platform == 'win32'" ]
5151pyqt6 = [" pyqt6>=6.4.0" ]
5252pyside2 = [" pyside2>=5.15" ]
53- pyside6 = [" pyside6>=6.4.0,<6.10 " ] # TODO: fix and unpin pyside 6.10+
53+ pyside6 = [" pyside6>=6.4.0" ]
5454tqdm = [" tqdm>=4.30.0" ]
5555jupyter = [" ipywidgets>=8.0.0" ]
5656image = [" pillow>=10.4" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ def always_qapp(qapp):
1717 for w in qapp .topLevelWidgets ():
1818 w .close ()
1919 w .deleteLater ()
20+ app .processEvents ()
2021
2122
2223@pytest .fixture (autouse = True , scope = "function" )
You can’t perform that action at this time.
0 commit comments