Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version requirement for nbformat, ipython, and traitlets #2493

Merged
merged 4 commits into from
Feb 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions etc/generic/requirements-elyra.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
ipykernel==6.9.1
ipython==7.16.3
ipython==8.0.1
ipython-genutils==0.2.0
jupyter-client==7.1.2
jupyter-core==4.9.2
minio==7.1.2
nbclient==0.4.1
nbconvert==5.6.1
nbformat==5.0.7
nbformat==5.1.3
papermill==2.3.4
pyzmq==19.0.1
prompt-toolkit==3.0.5
requests==2.25.1
tornado==6.0.4
traitlets==4.3.3
traitlets==5.1.1
urllib3==1.26.5
#
# These excluded are transitive dependencies of the included python packages.
Expand Down