From 06c896f0da9dcffe40119c78ca520182df4f2cb3 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Wed, 28 Apr 2021 17:55:47 +0100 Subject: [PATCH] Set jupyter-client min ver needed by Python3 mode launching Jupyter Kernel. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c468892c4..86861a39b 100644 --- a/setup.py +++ b/setup.py @@ -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