Skip to content

Commit d200da9

Browse files
committed
[requirements.txt] revert PyQt5 to v5.15.3
seeing segfaults on macOS PyInstaller compiled executables after the PyQt5 patch
1 parent 39fb570 commit d200da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pyinstaller-hooks-contrib==2021.1 # via pyinstaller
1111
https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz # via -r requirements.in
1212
pyqt5-qt5==5.15.2 # via pyqt5
1313
pyqt5-sip==12.8.1 # via pyqt5
14-
pyqt5==5.15.4 # via -r requirements.in
14+
pyqt5==5.15.3 # via -r requirements.in
1515

1616
# The following packages are considered to be unsafe in a requirements file:
1717
# setuptools

0 commit comments

Comments
 (0)