Skip to content

Commit

Permalink
backend: Update jputils requirements version ranges
Browse files Browse the repository at this point in the history
Restrict 'jupyter-client' version to be earlier than 7 to workaround
upstream discrepancies.

Refs jupyter/jupyter_client#637

Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com>
Reviewed-by: Stefano Fioravanzo <stefano@arrikto.com>
  • Loading branch information
elikatsis authored and StefanoFioravanzo committed Oct 20, 2021
1 parent 1fc1f8d commit bda9d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
'kfp',
'autopep8 >=1.4, <1.5',
'astor >= 0.8.1',
'nbformat >=4.4, <5.0',
'networkx >=2.3, <3.0',
'jinja2 >=2.10, <3.0',
'pyflakes >=2.1.1',
'dill >=0.3, <0.4',
'IPython >= 7.6.0',
'jupyter-client >= 5.3.4',
'jupyter-client >=5.3.4, <7.0.0',
'jupyter-core >= 4.6.0',
'nbconvert >= 5.6.1, < 6.0.0',
'nbconvert >=5.6.1, <6.0.0',
'nbformat >=4.4, <5.0.0',
'ipykernel >= 5.1.4',
'notebook >= 6.0.0',
'packaging > 20',
Expand Down

0 comments on commit bda9d29

Please sign in to comment.