You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2021/01/11 19:43:59 UTC

[beam] branch master updated: [BEAM-11588] Move forward jupyter-client version.

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new f46954c  [BEAM-11588] Move forward jupyter-client version.
     new 04e3343  Merge pull request #13721 from KevinGG/BEAM-11588
f46954c is described below

commit f46954cd6ef53bd53ba2237044ea17f12572c8e2
Author: Ning Kang <ni...@google.com>
AuthorDate: Mon Jan 11 10:39:27 2021 -0800

    [BEAM-11588] Move forward jupyter-client version.
    
    Moved jupyter-client minimum version to 6.1.11 since the jedi dependency
    conflict is resolved there.
---
 sdks/python/setup.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index f675086..aeb5673 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -206,9 +206,7 @@ INTERACTIVE_BEAM = [
     'facets-overview>=1.0.0,<2',
     'ipython>=5.8.0,<8',
     'ipykernel>=5.2.0,<6',
-    # TODO(ningk): Remove the upper limit once
-    # https://github.com/jupyter/jupyter_client/issues/597 is fixed.
-    'jupyter-client>=6.1.2,<6.1.8',
+    'jupyter-client>=6.1.11,<7',
     'timeloop>=1.0.2,<2',
 ]