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 2.0 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
  1. absl-py==0.11.0
  2. argon2-cffi==20.1.0
  3. asn1crypto==0.24.0
  4. astunparse==1.6.3
  5. async-generator==1.10
  6. attrs==20.3.0
  7. backcall==0.2.0
  8. bleach==3.3.0
  9. cachetools==4.2.0
  10. certifi==2020.12.5
  11. cffi==1.14.5
  12. chardet==4.0.0
  13. colorama==0.4.4
  14. cryptography==2.1.4
  15. cycler==0.10.0
  16. decorator==5.0.6
  17. defusedxml==0.7.1
  18. entrypoints==0.3
  19. flatbuffers==1.12
  20. future==0.18.2
  21. gast==0.3.3
  22. google-auth==1.24.0
  23. google-auth-oauthlib==0.4.2
  24. google-pasta==0.2.0
  25. grpcio==1.32.0
  26. h5py==2.10.0
  27. idna==2.6
  28. importlib-metadata==3.4.0
  29. ipykernel==5.5.3
  30. ipython==7.16.1
  31. ipython-genutils==0.2.0
  32. ipywidgets==7.6.3
  33. jedi==0.18.0
  34. Jinja2==2.11.3
  35. joblib==1.0.1
  36. jsonschema==3.2.0
  37. jupyter==1.0.0
  38. jupyter-client==6.1.12
  39. jupyter-console==6.4.0
  40. jupyter-core==4.7.1
  41. jupyterlab-pygments==0.1.2
  42. jupyterlab-widgets==1.0.0
  43. Keras-Preprocessing==1.1.2
  44. keras-tuner==1.0.2
  45. keyring==10.6.0
  46. keyrings.alt==3.0
  47. kiwisolver==1.3.1
  48. Markdown==3.3.3
  49. MarkupSafe==1.1.1
  50. matplotlib==3.3.4
  51. mistune==0.8.4
  52. nbclient==0.5.3
  53. nbconvert==6.0.7
  54. nbformat==5.1.3
  55. nest-asyncio==1.5.1
  56. notebook==6.3.0
  57. numpy==1.19.5
  58. oauthlib==3.1.0
  59. opencv-python==4.5.1.48
  60. opt-einsum==3.3.0
  61. packaging==20.9
  62. pandas==1.1.5
  63. pandocfilters==1.4.3
  64. parso==0.8.2
  65. pexpect==4.8.0
  66. pickleshare==0.7.5
  67. Pillow==8.2.0
  68. prometheus-client==0.10.1
  69. prompt-toolkit==3.0.18
  70. protobuf==3.14.0
  71. ptyprocess==0.7.0
  72. pyasn1==0.4.8
  73. pyasn1-modules==0.2.8
  74. pycparser==2.20
  75. pycrypto==2.6.1
  76. Pygments==2.8.1
  77. pygobject==3.26.1
  78. pyparsing==2.4.7
  79. pyrsistent==0.17.3
  80. python-dateutil==2.8.1
  81. pytz==2021.1
  82. pyxdg==0.25
  83. pyzmq==22.0.3
  84. qtconsole==5.0.3
  85. QtPy==1.9.0
  86. requests==2.25.1
  87. requests-oauthlib==1.3.0
  88. rsa==4.7
  89. scikit-learn==0.24.1
  90. scipy==1.5.4
  91. seaborn==0.11.1
  92. SecretStorage==2.3.1
  93. Send2Trash==1.5.0
  94. six==1.15.0
  95. sklearn==0.0
  96. tabulate==0.8.9
  97. tensorboard==2.4.1
  98. tensorboard-plugin-wit==1.8.0
  99. tensorflow==2.4.1
  100. tensorflow-estimator==2.4.0
  101. termcolor==1.1.0
  102. terminado==0.9.4
  103. terminaltables==3.1.0
  104. testpath==0.4.4
  105. threadpoolctl==2.1.0
  106. tornado==6.1
  107. tqdm==4.60.0
  108. traitlets==4.3.3
  109. typing-extensions==3.7.4.3
  110. urllib3==1.26.2
  111. wcwidth==0.2.5
  112. webencodings==0.5.1
  113. Werkzeug==1.0.1
  114. widgetsnbextension==3.5.1
  115. wrapt==1.12.1
  116. zipp==3.4.0
Tip!

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

Comments

Loading...