Created
April 29, 2022 11:21
-
-
Save oguzhanmeteozturk/c8fa0bce0df4ff27504907909d52f134 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. | |
ipykernel==6.9.1 | |
ipython==8.0.1 | |
ipython-genutils==0.2.0 | |
jinja2==3.0.3 | |
jupyter-client==7.1.2 | |
jupyter-core==4.9.2 | |
MarkupSafe==2.1.1 | |
minio==7.1.2 | |
nbclient >= 0.5.0, <=0.6.0 | |
nbconvert==6.4.5 | |
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==5.1.1 | |
urllib3==1.26.5 | |
# | |
# These excluded are transitive dependencies of the included python packages. | |
#ansiwrap==0.8.4 | |
#appdirs==1.4.4 | |
#appnope==0.1.0 | |
#async-generator==1.10 | |
#attrs==19.3.0 | |
#backcall==0.2.0 | |
#black==19.10b0 | |
#bleach==3.1.5 | |
#certifi==2020.4.5.2 | |
#chardet==3.0.4 | |
#click==7.1.2 | |
#configparser==5.0.0 | |
#decorator==4.4.2 | |
#defusedxml==0.6.0 | |
#entrypoints==0.3 | |
#idna==2.9 | |
#importlib-metadata==1.6.1 | |
#jedi==0.17.0 | |
#jsonschema==3.2.0 | |
#mistune==0.8.4 | |
#nest-asyncio==1.3.3 | |
#packaging==20.4 | |
#pandocfilters==1.4.2 | |
#parso==0.7.0 | |
#pathspec==0.8.0 | |
#pexpect==4.8.0 | |
#pickleshare==0.7.5 | |
#ptyprocess==0.6.0 | |
#Pygments==2.6.1 | |
#pyparsing==2.4.7 | |
#pyrsistent==0.16.0 | |
#python-dateutil==2.8.1 | |
#pytz==2020.1 | |
#PyYAML==5.3.1 | |
#regex==2020.6.8 | |
#six==1.15.0 | |
#tenacity==6.2.0 | |
#testpath==0.4.4 | |
#textwrap3==0.9.2 | |
#toml==0.10.1 | |
#tqdm==4.46.1 | |
#typed-ast==1.4.1 | |
#wcwidth==0.2.4 | |
#webencodings==0.5.1 | |
#zipp==3.1.0 | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment