This is an automated email from the ASF dual-hosted git repository. lresende pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
commit 6ee56006bbf91a13ec0b508ee196eb0abe857114 Author: Kevin Bates <[email protected]> AuthorDate: Wed Jun 9 08:02:04 2021 -0700 Remove cap on traitlets version --- etc/pip_install/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pip_install/setup.py b/etc/pip_install/setup.py index 44a2422..d0df992 100644 --- a/etc/pip_install/setup.py +++ b/etc/pip_install/setup.py @@ -53,7 +53,7 @@ setup_args = dict( install_requires=[ 'jupyter_core>=4.0', 'jupyter_client>=4.0', - 'traitlets>=4.0, <5.0' + 'traitlets>=4.0' ], data_files=[], classifiers=[
