requirements-elyra-py37.txt 1.3 KB

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