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 1.9 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
115
116
  1. appdirs==1.4.4
  2. argon2-cffi==21.1.0
  3. atpublic==2.3
  4. attrs==21.2.0
  5. backcall==0.2.0
  6. bleach==4.1.0
  7. certifi==2021.5.30
  8. cffi==1.14.6
  9. charset-normalizer==2.0.4
  10. colorama==0.4.4
  11. commonmark==0.9.1
  12. configobj==5.0.6
  13. cycler==0.10.0
  14. debugpy==1.4.1
  15. decorator==5.0.9
  16. defusedxml==0.7.1
  17. dictdiffer==0.9.0
  18. diskcache==5.2.1
  19. distro==1.6.0
  20. dpath==2.0.2
  21. dulwich==0.20.25
  22. dvc==2.6.4
  23. entrypoints==0.3
  24. flatten-dict==0.4.2
  25. flufl.lock==3.2
  26. fsspec==2021.8.1
  27. ftfy==6.0.3
  28. funcy==1.16
  29. future==0.18.2
  30. gitdb==4.0.7
  31. GitPython==3.1.18
  32. grandalf==0.6
  33. idna==3.2
  34. ipykernel==6.3.1
  35. ipython==7.27.0
  36. ipython-genutils==0.2.0
  37. ipywidgets==7.6.4
  38. jedi==0.18.0
  39. Jinja2==3.0.1
  40. jsonschema==3.2.0
  41. jupyter==1.0.0
  42. jupyter-client==7.0.2
  43. jupyter-console==6.4.0
  44. jupyter-core==4.7.1
  45. jupyterlab-pygments==0.1.2
  46. jupyterlab-widgets==1.0.1
  47. kiwisolver==1.3.2
  48. mailchecker==4.0.11
  49. MarkupSafe==2.0.1
  50. matplotlib==3.4.3
  51. matplotlib-inline==0.1.2
  52. mistune==0.8.4
  53. nanotime==0.5.2
  54. nbclient==0.5.4
  55. nbconvert==6.1.0
  56. nbformat==5.1.3
  57. nest-asyncio==1.5.1
  58. networkx==2.6.2
  59. notebook==6.4.3
  60. numpy==1.21.2
  61. packaging==21.0
  62. pandas==1.3.2
  63. pandocfilters==1.4.3
  64. parso==0.8.2
  65. pathspec==0.8.1
  66. pexpect==4.8.0
  67. phonenumbers==8.12.31
  68. pickleshare==0.7.5
  69. Pillow==8.3.2
  70. ply==3.11
  71. prometheus-client==0.11.0
  72. prompt-toolkit==3.0.20
  73. psutil==5.8.0
  74. ptyprocess==0.7.0
  75. pyasn1==0.4.8
  76. pycparser==2.20
  77. pydot==1.4.2
  78. pygit2==1.6.1
  79. Pygments==2.10.0
  80. pygtrie==2.4.2
  81. pyparsing==2.4.7
  82. pyrsistent==0.18.0
  83. python-benedict==0.24.2
  84. python-dateutil==2.8.2
  85. python-fsutil==0.5.0
  86. python-slugify==5.0.2
  87. pytz==2021.1
  88. PyYAML==5.4.1
  89. pyzmq==22.2.1
  90. qtconsole==5.1.1
  91. QtPy==1.10.0
  92. requests==2.26.0
  93. rich==10.9.0
  94. ruamel.yaml==0.17.16
  95. ruamel.yaml.clib==0.2.6
  96. Send2Trash==1.8.0
  97. shortuuid==1.0.1
  98. shtab==1.4.1
  99. six==1.16.0
  100. smmap==4.0.0
  101. tabulate==0.8.9
  102. terminado==0.11.1
  103. testpath==0.5.0
  104. text-unidecode==1.3
  105. toml==0.10.2
  106. tornado==6.1
  107. tqdm==4.62.2
  108. traitlets==5.1.0
  109. typing-extensions==3.10.0.2
  110. urllib3==1.26.6
  111. voluptuous==0.12.1
  112. wcwidth==0.2.5
  113. webencodings==0.5.1
  114. widgetsnbextension==3.5.1
  115. xmltodict==0.12.0
  116. zc.lockfile==2.0
Tip!

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

Comments

Loading...