Skip to content

Commit

Permalink
Set jupyter-client min ver needed by Python3 mode launching Jupyter K…
Browse files Browse the repository at this point in the history
…ernel.
  • Loading branch information
carlosperate committed Apr 28, 2021
1 parent 38f905a commit 7ef30ff
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 7ef30ff

Please sign in to comment.