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.8 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
  1. appdirs==1.4.4
  2. atpublic==2.0
  3. backcall==0.2.0
  4. blis==0.4.1
  5. cachetools==4.1.1
  6. catalogue==1.0.0
  7. certifi==2020.6.20
  8. cffi==1.14.2
  9. chardet==3.0.4
  10. colorama==0.4.3
  11. commonmark==0.9.1
  12. configobj==5.0.6
  13. cycler==0.10.0
  14. cymem==2.0.3
  15. dataclasses==0.6
  16. decorator==4.4.2
  17. dictdiffer==0.8.1
  18. distro==1.5.0
  19. dpath==2.0.1
  20. dvc==1.6.0
  21. fastai==2.0.0
  22. fastcore==1.0.0
  23. fastprogress==1.0.0
  24. flatten-json==0.1.7
  25. flufl.lock==3.2
  26. funcy==1.14
  27. future==0.18.2
  28. gitdb==4.0.5
  29. GitPython==3.1.7
  30. google-api-core==1.22.1
  31. google-auth==1.20.1
  32. google-cloud-core==1.4.1
  33. google-cloud-storage==1.19.0
  34. google-crc32c==0.1.0
  35. google-resumable-media==0.7.1
  36. googleapis-common-protos==1.52.0
  37. grandalf==0.6
  38. h5py==2.10.0
  39. idna==2.10
  40. importlib-metadata==1.7.0
  41. ipython==7.17.0
  42. ipython-genutils==0.2.0
  43. jedi==0.17.2
  44. joblib==0.16.0
  45. jsonpath-ng==1.5.1
  46. kiwisolver==1.2.0
  47. matplotlib==3.3.1
  48. mkl-fft==1.1.0
  49. mkl-random==1.1.1
  50. mkl-service==2.3.0
  51. murmurhash==1.0.2
  52. nanotime==0.5.2
  53. networkx==2.4
  54. numpy==1.19.1
  55. olefile==0.46
  56. opencv-python==4.4.0.42
  57. packaging==20.4
  58. pandas==1.1.1
  59. parso==0.7.1
  60. pathspec==0.8.0
  61. pexpect==4.8.0
  62. pickleshare==0.7.5
  63. Pillow==7.2.0
  64. pip==20.2.2
  65. plac==1.1.3
  66. ply==3.11
  67. preshed==3.0.2
  68. prompt-toolkit==3.0.6
  69. protobuf==3.13.0
  70. ptyprocess==0.6.0
  71. pyasn1==0.4.8
  72. pyasn1-modules==0.2.8
  73. pycparser==2.20
  74. pydot==1.4.1
  75. Pygments==2.6.1
  76. pygtrie==2.3.2
  77. pyparsing==2.4.7
  78. python-dateutil==2.8.1
  79. pytz==2020.1
  80. PyYAML==5.3.1
  81. requests==2.24.0
  82. rich==5.2.1
  83. rsa==4.6
  84. ruamel.yaml==0.16.10
  85. ruamel.yaml.clib==0.2.0
  86. scikit-learn==0.23.2
  87. scipy==1.5.2
  88. setuptools==49.6.0.post20200814
  89. shortuuid==1.0.1
  90. shtab==1.3.1
  91. six==1.15.0
  92. smmap==3.0.4
  93. spacy==2.3.2
  94. srsly==1.0.2
  95. tabulate==0.8.7
  96. thinc==7.4.1
  97. threadpoolctl==2.1.0
  98. toml==0.10.1
  99. torch==1.6.0
  100. torchvision==0.7.0
  101. tqdm==4.48.2
  102. traitlets==4.3.3
  103. typing-extensions==3.7.4.3
  104. urllib3==1.25.10
  105. voluptuous==0.11.7
  106. wasabi==0.7.1
  107. wcwidth==0.2.5
  108. wheel==0.35.1
  109. zc.lockfile==2.0
  110. zipp==3.1.0
Tip!

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

Comments

Loading...