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.7 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
  1. appdirs==1.4.3
  2. argcomplete==1.11.1
  3. astroid==2.4.0
  4. atpublic==1.0
  5. attrs==19.3.0
  6. black==19.10b0
  7. boto==2.49.0
  8. cachetools==4.1.0
  9. certifi==2020.4.5.1
  10. cffi==1.14.0
  11. chardet==3.0.4
  12. click==7.1.2
  13. colorama==0.4.3
  14. configobj==5.0.6
  15. crcmod==1.7
  16. cryptography==2.9.2
  17. dagshub==0.0.2rc1
  18. decorator==4.4.2
  19. distro==1.5.0
  20. dpath==2.0.1
  21. dvc==1.11.8
  22. entrypoints==0.3
  23. fasteners==0.15
  24. flatten-json==0.1.7
  25. flufl.lock==3.2
  26. fsspec==0.7.3
  27. funcy==1.14
  28. future==0.18.2
  29. gcloud==0.18.3
  30. gcs-oauth2-boto-plugin==2.5
  31. gcsfs==0.6.1
  32. gitdb==4.0.4
  33. GitPython==3.1.1
  34. google-api-core==1.17.0
  35. google-apitools==0.5.30
  36. google-auth==1.14.1
  37. google-auth-oauthlib==0.4.1
  38. google-cloud-bigquery==1.24.0
  39. google-cloud-core==1.3.0
  40. google-cloud-storage==1.28.0
  41. google-reauth==0.1.0
  42. google-resumable-media==0.5.0
  43. googleapis-common-protos==1.51.0
  44. grandalf==0.6
  45. httplib2==0.17.3
  46. humanize==2.4.0
  47. idna==2.9
  48. importlib-metadata==1.6.0
  49. inflect==3.0.2
  50. isort==4.3.21
  51. joblib==0.14.1
  52. jsonpath-ng==1.5.1
  53. lazy-object-proxy==1.4.3
  54. mccabe==0.6.1
  55. mock==2.0.0
  56. monotonic==1.5
  57. nanotime==0.5.2
  58. networkx==2.3
  59. numpy==1.18.1
  60. oauth2client==4.1.3
  61. oauthlib==3.1.0
  62. packaging==20.3
  63. pandas==1.0.0
  64. pathspec==0.8.0
  65. pbr==5.4.5
  66. ply==3.11
  67. protobuf==3.11.3
  68. pyasn1==0.4.8
  69. pyasn1-modules==0.2.8
  70. pycodestyle==2.5.0
  71. pycparser==2.20
  72. pydot==1.4.1
  73. pyflakes==2.1.1
  74. pygtrie==2.3.2
  75. pylint==2.5.0
  76. pyOpenSSL==19.1.0
  77. pyparsing==2.4.7
  78. python-dateutil==2.8.1
  79. pytz==2019.3
  80. pyu2f==0.1.4
  81. PyYAML==5.3
  82. regex==2020.4.4
  83. requests==2.23.0
  84. requests-oauthlib==1.3.0
  85. retry-decorator==1.1.1
  86. rsa==4.0
  87. ruamel.yaml==0.16.10
  88. ruamel.yaml.clib==0.2.0
  89. scikit-learn==0.22.1
  90. scipy==1.4.1
  91. shortuuid==1.0.1
  92. six==1.14.0
  93. sklearn==0.0
  94. smmap==3.0.2
  95. SocksiPy-branch==1.1
  96. texttable==1.6.2
  97. toml==0.10.0
  98. tqdm==4.45.0
  99. treelib==1.6.1
  100. typed-ast==1.4.1
  101. urllib3==1.25.9
  102. voluptuous==0.11.7
  103. wrapt==1.12.1
  104. zc.lockfile==2.0
  105. zipp==3.1.0
Tip!

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

Comments

Loading...