File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 # The core 'install_requires' should only be things
2626 # which are needed for the main editor to function.
2727 #
28- "PyQt6==6.5.3 "
28+ "PyQt6==6.6.0 "
2929 + ';"arm" not in platform_machine and "aarch" not in platform_machine' ,
30- "PyQt6-Qt6==6.5.3 "
30+ "PyQt6-Qt6==6.6.0 "
3131 + ';"arm" not in platform_machine and "aarch" not in platform_machine' ,
32- "PyQt6-QScintilla==2.14.0 "
32+ "PyQt6-QScintilla==2.14.1 "
3333 + ';"arm" not in platform_machine and "aarch" not in platform_machine' ,
34- "PyQt6-Charts==6.5 .0"
34+ "PyQt6-Charts==6.6 .0"
3535 + ';"arm" not in platform_machine and "aarch" not in platform_machine' ,
3636 # FIXME: jupyter-client added for Py3.5 compatibility, to be dropped after
3737 # Mu v1.1 release. So, qtconsole < 5 and jupyter-client < 6.2 (issue #1444)
You can’t perform that action at this time.
0 commit comments