Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
+ ';"arm" not in platform_machine and "aarch" not in platform_machine',
"PyQtChart==5.13.1"
+ ';"arm" not in platform_machine and "aarch" not in platform_machine',
# FIXME: jupyter-client added for Py3.5 compatibility, to be dropped after
# Mu v1.1 release. So, qtconsole < 5 and jupyter-client < 6.2 (issue #1444)
"jupyter-client>=4.1,<6.2",
# FIXME: jupyter-client max version added for Py3.5 compatibility. It can
# be dropped, and qtconsole v5 used, after Mu v1.1 release (issue #1444).
"jupyter-client>=6.1.0,<6.2",
"qtconsole==4.7.7",
#
# adafruit-board-toolkit is used to find serial ports and help identify
Expand Down