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

build: pyqt6 support dropped

This commit is contained in:
2025-01-30 15:53:38 +01:00
parent 4f8e6835fe
commit a20935e862
4 changed files with 24 additions and 31 deletions

View File

@ -37,7 +37,6 @@ dev = [
"pytest-xvfb~=3.0",
"pytest~=8.0",
]
pyqt6 = ["PyQt6>=6.7", "PyQt6-WebEngine>=6.7"]
pyside6 = ["PySide6==6.7.2"]
[project.urls]