refactor(lib): change PyQT5 to PySide6 (#62)

* refactor(lib): change PyQT5 to PySide6

This, hopefully, should now add support for M1 chips

* chore: update README and change imports
This commit is contained in:
Jérome Eertmans
2022-10-31 14:55:03 +01:00
committed by GitHub
parent 8f519ed134
commit 3eb9fa0b74
5 changed files with 19 additions and 22 deletions

View File

@ -39,7 +39,7 @@ setuptools.setup(
"click-default-group>=1.2",
"numpy>=1.19.3",
"pydantic>=1.9.1",
"pyqt5>=5.15",
"pyside6>=6.4",
"opencv-python>=4.6",
"tqdm>=4.62.3",
],