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

requirement.txt 2.1 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
117
118
119
120
121
122
123
124
  1. aiohttp==3.8.1
  2. aiohttp-retry==2.8.3
  3. aiosignal==1.2.0
  4. alembic==1.8.1
  5. amqp==5.1.1
  6. antlr4-python3-runtime==4.9.3
  7. appdirs==1.4.4
  8. async-timeout==4.0.2
  9. asyncssh==2.12.0
  10. atpublic==3.0.1
  11. attrs==22.1.0
  12. billiard==3.6.4.0
  13. celery==5.2.7
  14. certifi==2022.6.15
  15. cffi==1.15.1
  16. charset-normalizer==2.1.1
  17. click==8.1.3
  18. click-didyoumean==0.3.0
  19. click-plugins==1.1.1
  20. click-repl==0.2.0
  21. cloudpickle==2.1.0
  22. colorama==0.4.5
  23. commonmark==0.9.1
  24. configobj==5.0.6
  25. cryptography==37.0.4
  26. databricks-cli==0.17.3
  27. dictdiffer==0.9.0
  28. diskcache==5.4.0
  29. distro==1.7.0
  30. docker==5.0.3
  31. docopt==0.6.2
  32. dpath==2.0.6
  33. dulwich==0.20.45
  34. dvc==2.21.2
  35. dvc-data==0.1.23
  36. dvc-http==2.19.0
  37. dvc-objects==0.1.16
  38. dvc-render==0.0.9
  39. dvc-task==0.1.2
  40. dvclive==0.10.0
  41. entrypoints==0.4
  42. filelock==3.8.0
  43. Flask==2.2.2
  44. flatten-dict==0.4.2
  45. flufl.lock==7.0
  46. frozenlist==1.3.1
  47. fsspec==2022.7.1
  48. funcy==1.17
  49. future==0.18.2
  50. gitdb==4.0.9
  51. GitPython==3.1.27
  52. grandalf==0.6
  53. greenlet==1.1.3
  54. gunicorn==20.1.0
  55. huggingface-hub==0.9.1
  56. hydra-core==1.2.0
  57. idna==3.3
  58. importlib-metadata==4.12.0
  59. itsdangerous==2.1.2
  60. Jinja2==3.1.2
  61. joblib==1.1.0
  62. kombu==5.2.4
  63. Mako==1.2.1
  64. MarkupSafe==2.1.1
  65. mlflow==1.28.0
  66. multidict==6.0.2
  67. nanotime==0.5.2
  68. networkx==2.8.6
  69. numpy==1.23.2
  70. oauthlib==3.2.0
  71. omegaconf==2.2.3
  72. packaging==21.3
  73. pandas==1.4.3
  74. pathspec==0.9.0
  75. pipreqs==0.4.11
  76. prometheus-client==0.14.1
  77. prometheus-flask-exporter==0.20.3
  78. prompt-toolkit==3.0.30
  79. protobuf==4.21.5
  80. psutil==5.9.1
  81. pycparser==2.21
  82. pydot==1.4.2
  83. pygit2==1.10.0
  84. Pygments==2.13.0
  85. pygtrie==2.5.0
  86. PyJWT==2.4.0
  87. pyparsing==3.0.9
  88. python-dateutil==2.8.2
  89. pytz==2022.2.1
  90. PyYAML==6.0
  91. querystring-parser==1.2.4
  92. regex==2022.8.17
  93. requests==2.28.1
  94. rich==12.5.1
  95. ruamel.yaml==0.17.21
  96. ruamel.yaml.clib==0.2.6
  97. scikit-learn==1.1.2
  98. scipy==1.9.0
  99. scmrepo==0.0.25
  100. shortuuid==1.0.9
  101. shtab==1.5.5
  102. six==1.16.0
  103. sklearn==0.0
  104. smmap==5.0.0
  105. SQLAlchemy==1.4.40
  106. sqlparse==0.4.2
  107. tabulate==0.8.10
  108. threadpoolctl==3.1.0
  109. tokenizers==0.12.1
  110. tomlkit==0.11.4
  111. torch==1.12.1
  112. tqdm==4.64.0
  113. transformers==4.21.2
  114. typing_extensions==4.3.0
  115. urllib3==1.26.12
  116. vine==5.0.0
  117. voluptuous==0.13.1
  118. wcwidth==0.2.5
  119. websocket-client==1.4.0
  120. Werkzeug==2.2.2
  121. yarg==0.1.9
  122. yarl==1.8.1
  123. zc.lockfile==2.0
  124. zipp==3.8.1
Tip!

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

Comments

Loading...