Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements.txt 2.0 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
  1. alembic==1.13.0
  2. altair==5.2.0
  3. anyio==3.4.0
  4. appnope==0.1.2
  5. argon2-cffi==21.1.0
  6. asttokens==2.0.5
  7. async-lru==1.0.2
  8. attrs==23.2.0
  9. babel==3.0.0
  10. backcall==0.2.0
  11. backports.zoneinfo==0.2.1
  12. beautifulsoup4==4.10.0
  13. bleach==4.1.0
  14. blinker==1.7.0
  15. Brotli==1.0.9
  16. cachetools==5.3.2
  17. certifi==2023.12.5
  18. cffi==1.15.0
  19. chardet==5.2.0
  20. charset-normalizer==3.3.2
  21. click==8.1.7
  22. cloudpickle==2.2.1
  23. comm==1.5.0
  24. contourpy==1.1.1
  25. cryptography==36.0.0
  26. cycler==0.12.1
  27. databricks-cli==0.18.0
  28. debugpy==1.4.4
  29. decorator==5.1.1
  30. defusedxml==0.7.1
  31. docker==6.1.3
  32. entrypoints==0.4
  33. executing==0.8.4
  34. fastjsonschema==2.15.1
  35. Flask==3.0.0
  36. fonttools==4.25.0
  37. gitdb==4.0.11
  38. GitPython==3.1.40
  39. gunicorn==21.2.0
  40. idna==3.6
  41. importlib-metadata==6.11.0
  42. importlib-resources==6.1.1
  43. ipykernel==6.7.3
  44. ipython==7.31.1
  45. itsdangerous==2.1.2
  46. jedi==0.18.0
  47. Jinja2==3.1.2
  48. joblib==1.3.2
  49. json5==0.9.6
  50. jsonschema==4.25.1
  51. jsonschema-specifications==2023.12.1
  52. jupyter-events==1.2.1
  53. jupyter-lsp==1.5.3
  54. jupyter_client==7.1.3
  55. jupyter_core==4.10.3
  56. jupyter_server==1.11.3
  57. jupyter_server_terminals==0.13.1
  58. jupyterlab==3.3.0
  59. jupyterlab-pygments==0.1.2
  60. jupyterlab_server==2.10.3
  61. kiwisolver==1.4.5
  62. Mako==1.1.10
  63. Markdown==3.5.1
  64. markdown-it-py==3.0.0
  65. MarkupSafe==2.1.3
  66. matplotlib==3.7.4
  67. matplotlib-inline==0.1.3
  68. mdurl==0.1.2
  69. mistune==0.8.4
  70. mlflow==1.20.2
  71. nbclient==0.5.5
  72. nbconvert==6.4.0
  73. nbformat==5.1.3
  74. nest-asyncio==1.5.3
  75. nltk==3.8.1
  76. notebook==6.4.11
  77. notebook_shim==1.3.4
  78. numpy==1.24.4
  79. oauthlib==3.2.2
  80. overrides==3.1.0
  81. packaging==23.2
  82. pandas==1.3.3
  83. pandocfilters==1.5.0
  84. parso==0.8.2
  85. pexpect==4.8.0
  86. pickleshare==0.7.5
  87. Pillow==10.2.0
  88. pkgutil_resolve_name==0.8.1
  89. platformdirs==3.0.0
  90. prometheus-client==0.12.0
  91. prompt-toolkit==3.1.1
  92. protobuf==3.19.4
  93. psutil==5.8.1
  94. ptyprocess==0.7.0
  95. pure-eval==1.4.3
  96. pyarrow==5.0.0
  97. pycparser==2.21
  98. pydeck==0.8.1
  99. Pygments==2.10.0
  100. PyJWT==2.8.0
  101. pyOpenSSL==22.0.0
  102. pyparsing==3.1.1
  103. PySocks==1.7.1
  104. python-dateutil==2.8.2
  105. python-json-logger==2.0.2
  106. pytz==2023.12
  107. PyYAML==6.0
  108. pyzmq==22.3.0
  109. querystring-parser==1.2.4
  110. referencing==0.31.0
  111. regex==2023.10.3
  112. requests==2.26.0
  113. rfc3339-validator==0.1.4
  114. rfc3986-validator==0.1.5
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...