Skip to content

Commit baf8391

Browse files
committed
[TOREE-422] Enable Jupyter 5.1.0 dependencies
Enable Jupyter 5.1.0 dependencies to avoid issues with downgrading Jupyter Client to 4.x in distributions such as anaconda. Closes apache#127
1 parent c7b0085 commit baf8391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/pip_install/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
packages=['toree'],
5252
include_package_data=True,
5353
install_requires=[
54-
'jupyter_core>=4.0, <5.0',
55-
'jupyter_client>=4.0, <5.0',
54+
'jupyter_core>=4.0',
55+
'jupyter_client>=4.0',
5656
'traitlets>=4.0, <5.0'
5757
],
5858
data_files=[],

0 commit comments

Comments
 (0)