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
  1. aliyun-python-sdk-core==2.13.10
  2. aliyun-python-sdk-kms==2.7.1
  3. appdirs==1.4.3
  4. asciimatics==1.11.0
  5. asn1crypto==0.24.0
  6. atpublic==1.0
  7. azure-common==1.1.23
  8. azure-nspkg==3.0.2
  9. azure-storage-blob==2.1.0
  10. azure-storage-common==2.1.0
  11. bcrypt==3.1.6
  12. boto3==1.9.115
  13. botocore==1.12.237
  14. cachetools==2.1.0
  15. certifi==2019.9.11
  16. cffi==1.12.3
  17. chardet==3.0.4
  18. colorama==0.4.1
  19. configobj==5.0.6
  20. configparser==3.7.3
  21. contextlib2==0.5.5
  22. crcmod==1.7
  23. cryptography==2.7
  24. cycler==0.10.0
  25. decorator==4.4.0
  26. distro==1.4.0
  27. docutils==0.15.2
  28. dvc==0.60.1
  29. flufl.lock==3.2
  30. funcy==1.13
  31. future==0.17.1
  32. gitdb2==2.0.5
  33. GitPython==3.0.2
  34. google-api-core==0.1.4
  35. google-auth==1.6.3
  36. google-cloud-core==0.28.1
  37. google-cloud-storage==1.13.0
  38. google-resumable-media==0.4.1
  39. googleapis-common-protos==1.6.0
  40. grandalf==0.6
  41. humanize==0.5.1
  42. idna==2.8
  43. inflect==2.1.0
  44. jmespath==0.9.4
  45. joblib==0.13.2
  46. jsonpath-ng==1.4.3
  47. kiwisolver==1.1.0
  48. matplotlib==3.1.1
  49. mkl-fft==1.0.14
  50. mkl-random==1.0.2
  51. mkl-service==2.0.2
  52. nanotime==0.5.2
  53. networkx==2.3
  54. numpy==1.16.4
  55. olefile==0.46
  56. oss2==2.6.1
  57. packaging==19.2
  58. pandas==0.25.1
  59. paramiko==2.6.0
  60. pathspec==0.5.9
  61. patsy==0.5.1
  62. Pillow==5.4.1
  63. ply==3.11
  64. protobuf==3.8.0
  65. pyarrow==0.14.0
  66. pyasn1==0.4.6
  67. pyasn1-modules==0.2.6
  68. pycparser==2.19
  69. pycryptodome==3.8.2
  70. pyfiglet==0.8.post1
  71. PyNaCl==1.3.0
  72. pyOpenSSL==19.0.0
  73. pyparsing==2.4.2
  74. PySocks==1.7.1
  75. python-dateutil==2.8.0
  76. pytz==2019.2
  77. pywin32==224
  78. requests==2.22.0
  79. rsa==3.4.2
  80. ruamel.yaml==0.15.100
  81. s3transfer==0.2.1
  82. schema==0.7.1
  83. scikit-learn==0.21.2
  84. scipy==1.3.1
  85. seaborn==0.9.0
  86. shortuuid==0.5.0
  87. six==1.12.0
  88. smmap2==2.0.5
  89. statsmodels==0.10.1
  90. tornado==6.0.3
  91. tqdm==4.36.1
  92. treelib==1.5.5
  93. urllib3==1.25.6
  94. wcwidth==0.1.7
  95. win-inet-pton==1.1.0
  96. win-unicode-console==0.5
  97. wincertstore==0.2
Tip!

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

Comments

Loading...