qt6 fixed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user