qt6 fixed

This commit is contained in:
2024-02-10 20:32:31 +00:00
parent d1c8d445bc
commit dd8ed70958
13 changed files with 1212 additions and 82 deletions

View File

@ -1,8 +1,9 @@
# the versions are the current ones tested - may work with earlier versions
# choose one of PyQt5 PyQt6 PySide2 PySide6
# for now only PyQt5 is working:
# AttributeError: module 'qtpy.QtCore' has no attribute 'pyqtSignal'
PyQt5 >= 5.15.10
# for now PyQt5 and PyQt6 is working, and most of the testing is PyQt5
# usually this is installed by your OS package manager and pip may not
# detect the right version, so we leave these commented
# PyQt5 >= 5.15.10
QtPy >= 2.4.1
PyAudio >= 0.2.13
numpy >= 1.26.1