Skip to content

Commit

Permalink
CI: Use old pyqt5 version to see if linux still crashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Dec 27, 2023
1 parent 4726001 commit 6d52da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
# The core 'install_requires' should only be things
# which are needed for the main editor to function.
#
"PyQt5==5.15.10"
"PyQt5==5.13.2"
+ ';"arm" not in platform_machine and "aarch" not in platform_machine',
"QScintilla==2.14.1"
+ ';"arm" not in platform_machine and "aarch" not in platform_machine',
"PyQtChart==5.15.6"
"PyQtChart==5.13.1"
+ ';"arm" not in platform_machine and "aarch" not in platform_machine',
# ipykernel has to be < v6 for macOS 10.13 compatibility (v6 depends on
# debugpy package), v5.5.6 resolves issue ipython/ipykernel#759.
Expand Down

0 comments on commit 6d52da8

Please sign in to comment.