requirements-elyra.txt 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
  2. ipykernel==6.13.0
  3. ipython==8.3.0
  4. ipython-genutils==0.2.0
  5. jinja2==3.0.3
  6. jupyter-client==7.3.1
  7. jupyter-core==4.10.0
  8. MarkupSafe==2.1.1
  9. minio==7.1.8
  10. nbclient==0.6.3
  11. nbconvert==6.5.0
  12. nbformat==5.4.0
  13. papermill==2.3.4
  14. pyzmq==22.3.0
  15. prompt-toolkit==3.0.29
  16. requests==2.27.1
  17. tornado==6.1
  18. traitlets==5.1.1
  19. urllib3==1.26.9
  20. #
  21. # These excluded are transitive dependencies of the included python packages.
  22. #ansiwrap==0.8.4
  23. #appnope==0.1.3
  24. #asttokens==2.0.5
  25. #attrs==21.4.0
  26. #backcall==0.2.0
  27. #beautifulsoup4==4.11.1
  28. #bleach==5.0.0
  29. #certifi==2021.10.8
  30. #charset-normalizer==2.0.12
  31. #click==8.1.3
  32. #debugpy==1.6.0
  33. #decorator==5.1.1
  34. #defusedxml==0.7.1
  35. #entrypoints==0.4
  36. #executing==0.8.3
  37. #fastjsonschema==2.15.3
  38. #idna==3.3
  39. #importlib-resources==5.7.1
  40. #jedi==0.18.1
  41. #jsonschema==4.5.1
  42. #jupyterlab-pygments==0.2.2
  43. #matplotlib-inline==0.1.3
  44. #mistune==0.8.4
  45. #nest-asyncio==1.5.5
  46. #packaging==21.3
  47. #pandocfilters==1.5.0
  48. #parso==0.8.3
  49. #pexpect==4.8.0
  50. #pickleshare==0.7.5
  51. #psutil==5.9.0
  52. #ptyprocess==0.7.0
  53. #pure-eval==0.2.2
  54. #Pygments==2.12.0
  55. #pyparsing==3.0.9
  56. #pyrsistent==0.18.1
  57. #python-dateutil==2.8.2
  58. #PyYAML==6.0
  59. #six==1.16.0
  60. #soupsieve==2.3.2.post1
  61. #stack-data==0.2.0
  62. #tenacity==8.0.1
  63. #textwrap3==0.9.2
  64. #tinycss2==1.1.1
  65. #tqdm==4.64.0
  66. #wcwidth==0.2.5
  67. #webencodings==0.5.1
  68. #zipp==3.8.0
  69. #