Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion elyra/tests/kfp/resources/test-bad-requirements-elyra.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ipykernel==5.3.0
ipykernel==6.9.1
ipython==7.15.0
ipython-genutils==0.2.0
papermill==1.2.2
Expand Down
8 changes: 4 additions & 4 deletions elyra/tests/kfp/resources/test-requirements-elyra.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ipykernel==5.3.0
ipython==7.15.0
ipykernel==6.9.1
ipython==7.16.3
ipython-genutils==0.2.0
#jedi==0.17.0
#Jinja2==2.11.2
#jsonschema==3.2.0
jupyter-client==6.1.6
jupyter-core==4.6.3
jupyter-client==7.1.2
jupyter-core==4.9.2
minio==6.0.2
nbclient==0.4.1
nbconvert==5.6.1
Expand Down
8 changes: 4 additions & 4 deletions etc/generic/requirements-elyra.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
ipykernel==5.3.0
ipykernel==6.9.1
ipython==7.16.3
ipython-genutils==0.2.0
jupyter-client==6.1.6
jupyter-core==4.6.3
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
papermill==2.1.2
papermill==2.3.4
pyzmq==19.0.1
prompt-toolkit==3.0.5
requests==2.25.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
'nbdime~=3.1',
'nbformat>=5.1.2',
'networkx>=2.5.1',
'papermill>=2.1.3',
'papermill>=2.3.4',
'python-lsp-server[all]>=1.1.0',
'pyyaml>=5.3.1,<6.0',
'requests>=2.25.1,<3.0',
Expand Down