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

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

Comments

Loading...